[gnome-games] fix two typos
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] fix two typos
- Date: Mon, 5 Mar 2012 19:12:03 +0000 (UTC)
commit 10258b1a68c5dc6339b739f27b19e145a7b5cbe2
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Mar 5 10:54:33 2012 -0500
fix two typos
https://bugzilla.gnome.org/show_bug.cgi?id=671382
gnibbles/src/main.c | 2 +-
quadrapassel/src/quadrapassel.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnibbles/src/main.c b/gnibbles/src/main.c
index 5e47b2a..c1a7be4 100644
--- a/gnibbles/src/main.c
+++ b/gnibbles/src/main.c
@@ -166,7 +166,7 @@ about_cb (GtkAction * action, gpointer data)
"version", VERSION,
"copyright",
"Copyright \xc2\xa9 1999-2008 Sean MacIsaac, Ian Peters, Andreas RÃsdal"
- "2009 Guillaume Beland",
+ " 2009 Guillaume Beland",
"license", license, "comments",
_("A worm game for GNOME.\n\nNibbles is a part of GNOME Games."),
"authors", authors,
diff --git a/quadrapassel/src/quadrapassel.vala b/quadrapassel/src/quadrapassel.vala
index 0de96f6..fd43d55 100644
--- a/quadrapassel/src/quadrapassel.vala
+++ b/quadrapassel/src/quadrapassel.vala
@@ -364,7 +364,7 @@ public class Quadrapassel : Gtk.Application
"key-down", _("Move down"), 0,
"key-drop", _("Drop"), 0,
"key-rotate", _("Rotate"), 0,
- "key-pause", _("_Pause"), 0,
+ "key-pause", _("Pause"), 0,
null);
fvbox.pack_start (controls_list, true, true, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]