[gnome-mahjongg/gnome-3-8] Revert "Fix map label on scores dialog"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg/gnome-3-8] Revert "Fix map label on scores dialog"
- Date: Sat, 7 Sep 2013 18:29:04 +0000 (UTC)
commit d128b37f0e131f20d52518308dc7945ee1a2532e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 7 13:28:13 2013 -0500
Revert "Fix map label on scores dialog"
This reverts commit 46d9603b9b6d09cad293f2b67920c4c4f247c5c7.
The original string had an accelerator, but this label does not, so this
was actually a string break after all. Let's not do that.
src/gnome-mahjongg.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index 199898d..4dec602 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -794,7 +794,7 @@ public class ScoreDialog : Gtk.Dialog
hbox.show ();
vbox.pack_start (hbox, false, false, 0);
- var label = new Gtk.Label (_("Layout:"));
+ var label = new Gtk.Label (_("Size:"));
label.show ();
hbox.pack_start (label, false, false, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]