mirror of https://github.com/GNOME/gimp.git
Changed the string that is intended to be translated to the translators
2004-01-07 Simon Budig <simon@gimp.org> * app/gui/about-dialog.c: Changed the string that is intended to be translated to the translators names, to be the same as in Gnome. Sorry for the string change.
This commit is contained in:
parent
eab63d3d3f
commit
6d33e7750a
|
@ -1,3 +1,9 @@
|
|||
2004-01-07 Simon Budig <simon@gimp.org>
|
||||
|
||||
* app/gui/about-dialog.c: Changed the string that is intended
|
||||
to be translated to the translators names, to be the same as
|
||||
in Gnome. Sorry for the string change.
|
||||
|
||||
2004-01-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimp.def
|
||||
|
|
|
@ -51,7 +51,9 @@ static gchar *founders[] =
|
|||
static gchar *translators[] =
|
||||
{
|
||||
N_("Translation by"),
|
||||
N_("<Translators: insert your names here, separated by newline>"),
|
||||
/* Translators: insert your names here, separated by newline */
|
||||
/* we'd prefer just the names, please no email adresses. */
|
||||
N_("translator-credits"),
|
||||
};
|
||||
|
||||
static gchar *contri_intro[] =
|
||||
|
|
|
@ -51,7 +51,9 @@ static gchar *founders[] =
|
|||
static gchar *translators[] =
|
||||
{
|
||||
N_("Translation by"),
|
||||
N_("<Translators: insert your names here, separated by newline>"),
|
||||
/* Translators: insert your names here, separated by newline */
|
||||
/* we'd prefer just the names, please no email adresses. */
|
||||
N_("translator-credits"),
|
||||
};
|
||||
|
||||
static gchar *contri_intro[] =
|
||||
|
|
Loading…
Reference in New Issue