Re: Accerciser hard code freeze break request
- From: Vincent Untz <vuntz gnome org>
- To: Eitan Isaacson <eitan ascender com>
- Cc: release-team <release-team gnome org>, Wouter Bolsterlee <uws xs4all nl>, desktop-devel-list gnome org, Peter Parente <parente gmail com>
- Subject: Re: Accerciser hard code freeze break request
- Date: Thu, 6 Mar 2008 15:22:09 +0100
Hi,
Le mercredi 05 mars 2008, à 16:42 -0800, Eitan Isaacson a écrit :
> Hi.
>
> This is to request a tiny change that will make a string that has
> already been marked for translation, actually translated in the UI.
>
> To demonstrate how tiny the diff is, here it is:
>
> --- a/plugins/validate.py
> +++ b/plugins/validate.py
> @@ -150,6 +150,7 @@ class ValidatorViewport(ViewportPlugin):
> @ivar walk: Generator for the current validation walk through the
> hierarchy
> '''
> plugin_name = N_('AT-SPI Validator')
> + plugin_name_localized = _(plugin_name)
> plugin_description = N_('Validates application accessibility')
>
> def init(self):
Is there any point in keeping the non-localized plugin name?
Vincent
--
Les gens heureux ne sont pas pressés.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]