diff options
Diffstat (limited to 'src/input/input_smb.c')
-rw-r--r-- | src/input/input_smb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_smb.c b/src/input/input_smb.c index d0e81ae32..d6f9a78da 100644 --- a/src/input/input_smb.c +++ b/src/input/input_smb.c @@ -508,7 +508,7 @@ static void this->input_class.get_instance = smb_class_get_instance; this->input_class.identifier = "smb"; - this->input_class.description = _("CIFS/SMB input plugin based on libsmbclient"); + this->input_class.description = N_("CIFS/SMB input plugin based on libsmbclient"); this->input_class.get_dir = smb_class_get_dir; this->input_class.get_autoplay_list = NULL; this->input_class.dispose = smb_class_dispose; |