[MonoDevelop] Re: Splash screen localization
Lluis Sanchez
lluis at ximian.com
Wed Jan 25 10:44:09 EST 2006
The patch looks ok to me. Notice that instead of writing:
string.Format(GettextCatalog.GetString("Loading {0} add-in"),
iad.Addin.Id)
you can just write:
GettextCatalog.GetString("Loading {0} add-in", iad.Addin.Id)
Thanks,
Lluis.
El lun, 23-01-2006 a las 20:09 +0100, Jacob Ilsø Christensen escribió:
> This patch is a bit better. :-)
>
> On 1/23/06, Jacob Ilsø Christensen <jacobilsoe at gmail.com> wrote:
> Hi.
>
> The attached patch fixes some missing localized texts in the
> splash screen. Looks good to commit?
>
> And another thing. It seems that we are not consequent in
> using the word addin. Some places it is spelled add-in and
> other places addin. Should it not be add-in everywhere?
>
> /Jacob
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
More information about the Monodevelop-list
mailing list