[gnome-sudoku/gnome-3-14] Avoid string freeze break
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku/gnome-3-14] Avoid string freeze break
- Date: Sun, 28 Sep 2014 16:40:39 +0000 (UTC)
commit 0183e92546e05de97cb49866f3739bc87542522e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Sep 28 11:40:19 2014 -0500
Avoid string freeze break
src/gnome-sudoku.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
index 482b893..ff5e47a 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -288,7 +288,7 @@ public class Sudoku : Gtk.Application
clear_action.set_enabled (false);
back_button.visible = game != null;
undo_redo_box.visible = false;
- headerbar.title = _("Select Difficulty");
+ headerbar.title = _("Sudoku");
print_action.set_enabled (false);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]