[gnome-games] gnomine: fix indentation
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnomine: fix indentation
- Date: Sun, 17 Jun 2012 19:53:13 +0000 (UTC)
commit d2c7d38577c62baf53e9cca2248b831d7f7eb64e
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date: Sun Jun 17 20:52:39 2012 +0100
gnomine: fix indentation
gnomine/src/gnomine.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomine/src/gnomine.vala b/gnomine/src/gnomine.vala
index 61a43a1..3688f34 100644
--- a/gnomine/src/gnomine.vala
+++ b/gnomine/src/gnomine.vala
@@ -461,7 +461,7 @@ public class GnoMine : Gtk.Application
if (minefield != null && minefield.n_cleared > 0 && !minefield.exploded && !minefield.is_complete)
{
var dialog = new Gtk.MessageDialog (window, Gtk.DialogFlags.MODAL, Gtk.MessageType.QUESTION, Gtk.ButtonsType.NONE, "%s", _("Do you want to start a new game?"));
- dialog.secondary_text = (_("If you start a new game, your current progress will be lost."));
+ dialog.secondary_text = (_("If you start a new game, your current progress will be lost."));
dialog.add_buttons (Gtk.Stock.CANCEL, Gtk.ResponseType.DELETE_EVENT,
_("Start New Game"), Gtk.ResponseType.ACCEPT,
null);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]