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:
Simon Budig 2004-01-06 23:09:43 +00:00 committed by Simon Budig
parent eab63d3d3f
commit 6d33e7750a
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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[] =

View File

@ -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[] =