Author: sveinung
Date: Thu Dec 11 11:41:18 2014
New Revision: 27251

URL: http://svn.gna.org/viewcvs/freeciv?rev=27251&view=rev
Log:
Change the "Help build Wonder" button's mnemonic to 'b'.

This makes it consistent with the menu short cut.

See patch #5518

Modified:
    trunk/common/actions.c

Modified: trunk/common/actions.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/actions.c?rev=27251&r1=27250&r2=27251&view=diff
==============================================================================
--- trunk/common/actions.c      (original)
+++ trunk/common/actions.c      Thu Dec 11 11:41:18 2014
@@ -124,8 +124,8 @@
                  FALSE);
   actions[ACTION_HELP_WONDER] =
       action_new(ACTION_HELP_WONDER, ATK_CITY,
-                 /* TRANS: Help build _Wonder (100% chance of success). */
-                 N_("Help build %sWonder%s"),
+                 /* TRANS: Help _build Wonder (100% chance of success). */
+                 N_("Help %sbuild Wonder%s"),
                  FALSE);
 
   /* Initialize the action enabler list */


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

Reply via email to