[sugar] [PATCH] Rename "Free view" to "Freeform view", for clarity
Eben Eliason
eben.eliason at gmail.com
Fri Jun 20 19:16:59 EDT 2008
This change was discussed at the design call today, and we felt it was
worth slipping in.
---
src/view/home/HomeBox.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/view/home/HomeBox.py b/src/view/home/HomeBox.py
index 61ceee9..46d2fbc 100644
--- a/src/view/home/HomeBox.py
+++ b/src/view/home/HomeBox.py
@@ -207,8 +207,8 @@ class FavoritesButton(RadioToolButton):
self._layout = favoritesview.RANDOM_LAYOUT
- # TRANS: label for the free layout in the favorites view
- menu_item = MenuItem(_('Free'), 'activity-start')
+ # TRANS: label for the freeform layout in the favorites view
+ menu_item = MenuItem(_('Freeform'), 'activity-start')
menu_item.connect('activate', self.__layout_activate_cb,
favoritesview.RANDOM_LAYOUT)
self.props.palette.menu.append(menu_item)
--
More information about the Sugar
mailing list