diff options
Diffstat (limited to 'src/input/input_gnome_vfs.c')
-rw-r--r-- | src/input/input_gnome_vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c index 24ef652c7..3f8c4a745 100644 --- a/src/input/input_gnome_vfs.c +++ b/src/input/input_gnome_vfs.c @@ -364,7 +364,7 @@ static void this->input_class.get_instance = gnomevfs_klass_get_instance; this->input_class.identifier = "gnomevfs"; - this->input_class.description = _("gnome-vfs input plugin as shipped with xine"); + this->input_class.description = N_("gnome-vfs input plugin as shipped with xine"); this->input_class.get_dir = NULL; this->input_class.get_autoplay_list = NULL; this->input_class.dispose = gnomevfs_klass_dispose; |