[gnome-chess] Translate "Chess" on the About page
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Translate "Chess" on the About page
- Date: Mon, 6 May 2013 01:59:13 +0000 (UTC)
commit 3f9ed4e2457815aebc812ca5e44b84760f590f68
Author: Michael Catanzaro <mike catanzaro gmail com>
Date: Sun May 5 20:56:08 2013 -0500
Translate "Chess" on the About page
src/gnome-chess.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index f6615e6..9d321e9 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1477,7 +1477,7 @@ public class Application : Gtk.Application
about_dialog = new Gtk.AboutDialog ();
about_dialog.transient_for = window;
about_dialog.modal = true;
- about_dialog.program_name = "Chess";
+ about_dialog.program_name = _("Chess");
about_dialog.version = VERSION;
about_dialog.copyright = "Copyright 2010 Robert Ancell <robert ancell gmail com>";
about_dialog.license_type = Gtk.License.GPL_2_0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]