[swell-foop] Remove extra space
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] Remove extra space
- Date: Tue, 21 Jan 2014 04:44:07 +0000 (UTC)
commit 8b660c8bcaadd0df46fd47582a9787d658c976cf
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jan 20 22:33:07 2014 -0600
Remove extra space
src/swell-foop.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 6955ac7..0d04c39 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -196,8 +196,7 @@ public class SwellFoop : Gtk.Application
if (game != null)
score = game.score;
- /* I left one more blank space at the end to make the score not too close to the window border */
- headerbar.subtitle = _("Score: %u ").printf (score);
+ headerbar.subtitle = _("Score: %u").printf (score);
}
private void complete_cb ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]