[gnome-klotski] Mark strings for translation
- From: John Cheetham <jcheetham src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski] Mark strings for translation
- Date: Tue, 20 Nov 2012 08:17:21 +0000 (UTC)
commit 8d0998adc917024f673181a0ee3a0ca4ceafeb84
Author: John Cheetham <developer johncheetham com>
Date: Mon Nov 19 19:03:34 2012 +0000
Mark strings for translation
src/gnome-klotski.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-klotski.vala b/src/gnome-klotski.vala
index 12a1ff9..06fe3ce 100644
--- a/src/gnome-klotski.vala
+++ b/src/gnome-klotski.vala
@@ -603,7 +603,7 @@ public class Klotski : Gtk.Application
toolbar.show_arrow = false;
toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_PRIMARY_TOOLBAR);
- var new_game_button = new Gtk.ToolButton (null, N_("_New"));
+ var new_game_button = new Gtk.ToolButton (null, _("_New"));
new_game_button.icon_name = "document-new";
new_game_button.use_underline = true;
new_game_button.action_name = "app.new-game";
@@ -856,7 +856,7 @@ public class Klotski : Gtk.Application
settings.set_int (KEY_LEVEL, current_level);
- messagewidget.set_text (N_("Puzzle: ") + _(level[current_level].name));
+ messagewidget.set_text (_("Puzzle: ") + _(level[current_level].name));
puzzle = new Puzzle (level[current_level].width, level[current_level].height, level[current_level].data);
puzzle.moved.connect (puzzle_moved_cb);
view.puzzle = puzzle;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]