Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-09-20 01:39:11 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-09-20 01:39:11 (GMT)
commitb2d29ae29cc00802f91da900f3b829aa92a37537 (patch)
treeffd056fad6407281258a722612384fdf18b730bb
parente6d5e548a974229e186947c413b2921af3ca81a4 (diff)
add spaces in two labels - update activity.info v7
-rwxr-xr-xactivity.py4
-rw-r--r--activity/activity.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index d45cbfd..6d456ec 100755
--- a/activity.py
+++ b/activity.py
@@ -318,7 +318,7 @@ class Activity(activity.Activity):
item1 = gtk.ToolItem()
label1 = gtk.Label()
- label1.set_text(_('Color mode'))
+ label1.set_text(_('Color mode') + ' ')
item1.add(label1)
barra_colors.insert(item1, -1)
@@ -335,7 +335,7 @@ class Activity(activity.Activity):
item_l = gtk.ToolItem()
label4 = gtk.Label()
- label4.set_text(_('Brightness'))
+ label4.set_text(_('Brightness') + ' ')
item_l.add(label4)
barra_colors.insert(item_l, -1)
diff --git a/activity/activity.info b/activity/activity.info
index d7d8d95..9791fac 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = FollowMe Butia
-activity_version = 6
+activity_version = 7
bundle_id = uy.edu.fing.followme
exec = sugar-activity activity.Activity
show_launcher = yes