[sugar] [PATCH] Rename "Free view" to "Freeform view", for clarity

Marco Pesenti Gritti mpgritti
Fri Jun 20 19:39:27 EDT 2008


r+

Please get this in ASAP so that I get it in 0.81.3 (string change)

Marco

On Sat, Jun 21, 2008 at 1:16 AM, Eben Eliason <eben.eliason at gmail.com> wrote:
> 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)
> --
> _______________________________________________
> Sugar mailing list
> Sugar at lists.laptop.org
> http://lists.laptop.org/listinfo/sugar
>



More information about the Sugar-devel mailing list