gnome-games r8374 - trunk/blackjack/src



Author: kmaraas
Date: Tue Dec 16 21:16:32 2008
New Revision: 8374
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8374&view=rev

Log:
Fix percentage format in translated string.

Modified:
   trunk/blackjack/src/dialog.cpp

Modified: trunk/blackjack/src/dialog.cpp
==============================================================================
--- trunk/blackjack/src/dialog.cpp	(original)
+++ trunk/blackjack/src/dialog.cpp	Tue Dec 16 21:16:32 2008
@@ -49,7 +49,7 @@
         gboolean    choice = FALSE;
 
         message = _("Would you like insurance?");
-        secondary_message = _("Insurance is a side wager of 50% of the original wager"
+        secondary_message = _("Insurance is a side wager of 50%% of the original wager"
                               " that the dealer has a natural 21 (aka blackjack) that is"
                               " offered when the dealer's face up card is an ace. If the"
                               " dealer has a natural 21 then the player is paid double.");



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