Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-09-21 09:30:31 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-09-21 09:30:31 (GMT)
commit2e4e57cf0cf5b4a89584527d94f961fc29b7164a (patch)
treea986807fdb6c492708f9bcd0786f14e48afd1211
parent0a57dae531cdcd8c98f700c890c1d623e64c731a (diff)
Minor String change.
-rw-r--r--rpms/sugar/0139-sdxo-1592-PART-2-Incorporating-Age-Page-at-boot-up.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpms/sugar/0139-sdxo-1592-PART-2-Incorporating-Age-Page-at-boot-up.patch b/rpms/sugar/0139-sdxo-1592-PART-2-Incorporating-Age-Page-at-boot-up.patch
index 3626c16..44d58d5 100644
--- a/rpms/sugar/0139-sdxo-1592-PART-2-Incorporating-Age-Page-at-boot-up.patch
+++ b/rpms/sugar/0139-sdxo-1592-PART-2-Incorporating-Age-Page-at-boot-up.patch
@@ -58,7 +58,7 @@ index a6a2a29..daa0c72 100644
+ hbox = gtk.HBox(spacing=style.DEFAULT_SPACING)
+ alignment.add(hbox)
+
-+ label = gtk.Label(_('Name:'))
++ label = gtk.Label(_('Age:'))
+ hbox.pack_start(label, expand=False)
+
+ adjustment = gtk.Adjustment(0, 0, 1000, 1, 0, 0)