[gnome-clocks] Remove cluttering spaces from a string
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Remove cluttering spaces from a string
- Date: Thu, 16 Aug 2012 17:55:54 +0000 (UTC)
commit 441d83be68b9e8831fa11e8f6990897f29f9f469
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Thu Aug 16 19:54:38 2012 +0200
Remove cluttering spaces from a string
Devs said they'll fix the fallout. :)
gnomeclocks/app.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index 611c056..20598f9 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -154,7 +154,7 @@ class ClocksToolbar(Gtk.Toolbar):
self.newButton = Gtk.Button()
- label = Gtk.Label(_(" New "))
+ label = Gtk.Label(_("New"))
self.newButton.get_style_context().add_class('raised')
self.newButton.add(label)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]