]> git.sesse.net Git - vlc/commitdiff
Qt4 - Text correction.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 May 2007 20:33:24 +0000 (20:33 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 May 2007 20:33:24 +0000 (20:33 +0000)
modules/gui/qt4/qt4.cpp

index 360cf826f5bd2b1248ed5bc7ee4cac53033bb827..2fc4933b6c5dcd2fe2ff03333a5aba06bc11bc59 100644 (file)
@@ -48,9 +48,10 @@ static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
                                    "preferences when opening the preferences " \
                                    "dialog.")
 
-#define SYSTRAY_TEXT N_("Show a systray icon to control")
+#define SYSTRAY_TEXT N_("Show a systray icon to control VLC")
 #define SYSTRAY_LONGTEXT N_("Show in the taskbar, a systray icon" \
-                            "in order to control VLC for basic actions")
+                            "in order to control VLC media player" \
+                            "for basic actions")
 
 vlc_module_begin();
     set_shortname( (char *)"Qt" );