Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_widget.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2009-12-20 20:08:54 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2009-12-20 20:08:54 (GMT)
commita9ef52843495f85b8cf96b1db920971bb1a116fa (patch)
tree9c99619e283429e8d502d4bc22270424a779b48e /ka_widget.py
parent21c246c075a5fa5f052c902a8c3e8da87690270d (diff)
Zoom view added.
The 'Awful bore' menue item starts breeding and recalculation immediately.
Diffstat (limited to 'ka_widget.py')
-rw-r--r--ka_widget.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ka_widget.py b/ka_widget.py
index 676ff86..bee7629 100644
--- a/ka_widget.py
+++ b/ka_widget.py
@@ -63,8 +63,9 @@ class KandidWidget(object):
local = {'breedGenerationButton' : _('Breed'),
'randomGenerationButton' : _('Random'),
'flurryLabel' : _('Flurry rate:'),
- 'introLabel' : _('Introduction'),
'populationLabel' : _('Population'),
+ 'zoomLabel' : _('Zoom'),
+ 'introLabel' : _('Introduction'),
}
for key, label in local.iteritems():
self._widget_tree.get_widget(key).set_label(label)
@@ -72,8 +73,9 @@ class KandidWidget(object):
for cell_index in range(ka_controller.POPULATION_CAPACITY):
local = {'favorite_menuitem_#' : _('My favorite'),
- 'awfull_menuitem_#' : _('Awful bore'),
+ 'awfull_menuitem_#' : _('Awful bore, replace it'),
'publishprotozoon_menuitem_#' : _('Publish to my friends'),
+ 'zoomprotozoon_menuitem_#' : _('Zoom'),
}
self._set_localized_child_text(local, cell_index)