]> git.sesse.net Git - vlc/commitdiff
Qt: no need to add an extra "General". This doesn't improve the wording.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Jan 2009 13:13:04 +0000 (14:13 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Jan 2009 13:13:04 +0000 (14:13 +0100)
modules/gui/qt4/components/simple_preferences.cpp

index d010ea5056ad7084afdea6a0bd75ec0b44b62d24..8a9e2865a0c2956fc7d703c9adb849d1813353ce 100644 (file)
@@ -180,7 +180,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
         /******************************
          * VIDEO Panel Implementation *
          ******************************/
-        START_SPREFS_CAT( Video , qtr("General Video Settings") );
+        START_SPREFS_CAT( Video , qtr("Video Settings") );
             CONFIG_GENERIC( "video", Bool, NULL, enableVideo );
 
             CONFIG_GENERIC( "fullscreen", Bool, NULL, fullscreen );
@@ -215,7 +215,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
         /******************************
          * AUDIO Panel Implementation *
          ******************************/
-        START_SPREFS_CAT( Audio, qtr("General Audio Settings") );
+        START_SPREFS_CAT( Audio, qtr("Audio Settings") );
 
             CONFIG_GENERIC( "audio", Bool, NULL, enableAudio );
 
@@ -279,7 +279,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
                 optionWidgets.append( NULL );
 #endif
 
-            /* General Audio Options */
+            /* Audio Options */
             CONFIG_GENERIC_NO_BOOL( "volume" , IntegerRangeSlider, NULL,
                                      defaultVolume );
             CONNECT( ui.defaultVolume, valueChanged( int ),