wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src preferences.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src preferences.cpp
Date: Sun, 31 Jul 2005 17:06:22 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/07/31 21:06:22

Modified files:
        src            : preferences.cpp 

Log message:
        Change checkbox labels to something more reasonable.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/preferences.cpp.diff?tr1=1.166&tr2=1.167&r1=text&r2=text

Patches:
Index: wesnoth/src/preferences.cpp
diff -u wesnoth/src/preferences.cpp:1.166 wesnoth/src/preferences.cpp:1.167
--- wesnoth/src/preferences.cpp:1.166   Sun Jul 31 20:22:08 2005
+++ wesnoth/src/preferences.cpp Sun Jul 31 21:06:22 2005
@@ -1,4 +1,4 @@
-/* $Id: preferences.cpp,v 1.166 2005/07/31 20:22:08 j_daniel Exp $ */
+/* $Id: preferences.cpp,v 1.167 2005/07/31 21:06:22 j_daniel Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -898,8 +898,8 @@
          hotkeys_button_(disp.video(), _("Hotkeys")),
          gamma_button_(disp.video(), _("Adjust Gamma"), 
gui::button::TYPE_CHECK),
          flip_time_button_(disp.video(), _("Reverse Time Graphics"), 
gui::button::TYPE_CHECK),
-         sound_button_(disp.video(), _("Enable/Disable sound"), 
gui::button::TYPE_CHECK),
-         music_button_(disp.video(), _("Enable/Disable music"), 
gui::button::TYPE_CHECK),
+         sound_button_(disp.video(), _("Sound effects"), 
gui::button::TYPE_CHECK),
+         music_button_(disp.video(), _("Music"), gui::button::TYPE_CHECK),
          advanced_button_(disp.video(), "", gui::button::TYPE_CHECK),
          music_label_(disp.video(), _("Music Volume:")), 
sound_label_(disp.video(), _("SFX Volume:")),
          scroll_label_(disp.video(), _("Scroll Speed:")), 
gamma_label_(disp.video(), _("Gamma:")),
@@ -919,7 +919,7 @@
                                                gamma_label_.width())));
 
        sound_button_.set_check(sound_on());
-       sound_button_.set_help_string(_("Sound on/off"));
+       sound_button_.set_help_string(_("Sound effects on/off"));
        sound_slider_.set_min(0);
        sound_slider_.set_max(128);
        sound_slider_.set_value(sound_volume());




reply via email to

[Prev in Thread] Current Thread [Next in Thread]