gnome-games r8532 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8532 - trunk/libgames-support
- Date: Wed, 7 Jan 2009 22:53:20 +0000 (UTC)
Author: chpe
Date: Wed Jan 7 22:53:20 2009
New Revision: 8532
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8532&view=rev
Log:
Add another card symbol.
Modified:
trunk/libgames-support/games-card.c
Modified: trunk/libgames-support/games-card.c
==============================================================================
--- trunk/libgames-support/games-card.c (original)
+++ trunk/libgames-support/games-card.c Wed Jan 7 22:53:20 2009
@@ -182,7 +182,7 @@
static const char *ranks[] = {
/* Translators: this is the symbol that's on a Joker card */
NC_("card symbol", "JOKER"),
- /* Translators: this is the symbol that's on an Ace (1) card */
+ /* Translators: this is the symbol that's on an Ace card */
NC_("card symbol", "A"),
/* Translators: this is the symbol that's on a 2 card */
NC_("card symbol", "2"),
@@ -206,8 +206,10 @@
NC_("card symbol", "Q"),
/* Translators: this is the symbol that's on a King card */
NC_("card symbol", "K"),
- /* Translators: this is the symbol that's on an Ace (1) card */
- NC_("card symbol", "A")
+ /* Translators: this is the symbol that's on an Ace card */
+ NC_("card symbol", "A"),
+ /* Translators: this is the symbol that's on a 1 card */
+ NC_("card symbol", "1")
};
g_return_val_if_fail (rank >= GAMES_CARD_JOKER && rank <= GAMES_CARD_ACE_HIGH, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]