[gnome-games] gnect: Use the correct player names in Preferences
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnect: Use the correct player names in Preferences
- Date: Mon, 5 Sep 2011 10:13:56 +0000 (UTC)
commit 5700037635dbbf98880bcabb2a68880908364bb4
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Wed Aug 17 22:49:08 2011 -0400
gnect: Use the correct player names in Preferences
Colors listed for Player One and Player Two in Preferences weren't
correct for several themes.
https://bugzilla.gnome.org/show_bug.cgi?id=656797
gnect/src/theme.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnect/src/theme.c b/gnect/src/theme.c
index 34dd6c5..f74832f 100644
--- a/gnect/src/theme.c
+++ b/gnect/src/theme.c
@@ -51,14 +51,14 @@ Theme theme[] = {
"tileset_50x50_hcontrast.svg",
NULL,
COLOR (00, 00, 00),
- N_("Light"), N_("Dark")
+ N_("Circle"), N_("Cross")
},
{
N_("High Contrast Inverse"),
"tileset_50x50_hcinverse.svg",
NULL,
COLOR (FF, FF, FF),
- N_("Light"), N_("Dark")
+ N_("Circle"), N_("Cross")
},
{
N_("Cream Marbles"),
@@ -79,7 +79,7 @@ Theme theme[] = {
"tileset_50x50_glassy.png",
"bg_nightfall.jpg",
COLOR (72, 7F, 8C),
- N_("Red"), N_("Yellow")
+ N_("Red"), N_("Blue")
},
{
N_("Blocks"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]