[lightsoff] app menu: Rename New Game to Start Over
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lightsoff] app menu: Rename New Game to Start Over
- Date: Sun, 25 Jan 2015 21:37:05 +0000 (UTC)
commit 69670cdf5cab2049d9314400859bda7c6a7bd575
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Jan 25 15:36:50 2015 -0600
app menu: Rename New Game to Start Over
src/lightsoff.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lightsoff.vala b/src/lightsoff.vala
index 56f3e86..627ed7f 100644
--- a/src/lightsoff.vala
+++ b/src/lightsoff.vala
@@ -49,7 +49,7 @@ public class LightsOff : Gtk.Application
var menu = new Menu ();
var section = new Menu ();
menu.append_section (null, section);
- section.append (_("_New Game"), "win.new-game");
+ section.append (_("_Start Over"), "win.new-game");
section = new Menu ();
menu.append_section (null, section);
section.append (_("_Help"), "app.help");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]