Author: cazfi
Date: Sat Mar  5 08:38:12 2016
New Revision: 32180

URL: http://svn.gna.org/viewcvs/freeciv?rev=32180&view=rev
Log:
Corrected help for client music options to talk about musicset instead of 
soundset.

See bug #24486

Modified:
    branches/S2_6/client/options.c

Modified: branches/S2_6/client/options.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/options.c?rev=32180&r1=32179&r2=32180&view=diff
==============================================================================
--- branches/S2_6/client/options.c      (original)
+++ branches/S2_6/client/options.c      Sat Mar  5 08:38:12 2016
@@ -2207,13 +2207,13 @@
   GEN_BOOL_OPTION(sound_enable_game_music,
                   N_("Enable in-game music"),
                   N_("Play music during the game, assuming there's suitable "
-                     "sound plugin and soundset with the sounds."),
+                     "sound plugin and musicset with in-game tracks."),
                   COC_SOUND, GUI_STUB, TRUE, game_music_enable_callback),
  GEN_BOOL_OPTION(sound_enable_menu_music,
                   N_("Enable menu music"),
                   N_("Play music while not in actual game, "
                      "assuming there's suitable "
-                     "sound plugin and soundset with the sounds."),
+                     "sound plugin and musicset with menu music tracks."),
                   COC_SOUND, GUI_STUB, TRUE, menu_music_enable_callback),
   GEN_BOOL_OPTION(autoaccept_soundset_suggestion,
                   N_("Autoaccept soundset suggestions"),


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to