mirror of https://github.com/GNOME/gimp.git
put translator comment on a single line, looks better in the .po file.
2008-09-20 Sven Neumann <sven@gimp.org> * app/dialogs/about-dialog.c: put translator comment on a single line, looks better in the .po file. svn path=/trunk/; revision=27025
This commit is contained in:
parent
8582a7a26c
commit
3b9c941369
|
@ -1,3 +1,8 @@
|
|||
2008-09-20 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/about-dialog.c: put translator comment on a single
|
||||
line, looks better in the .po file.
|
||||
|
||||
2008-09-20 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/Makefile.am
|
||||
|
|
|
@ -124,9 +124,7 @@ about_dialog_create (GimpContext *context)
|
|||
"authors", authors,
|
||||
"artists", artists,
|
||||
"documenters", documenters,
|
||||
/* Translators: insert your names here,
|
||||
* separated by newline
|
||||
*/
|
||||
/* Translators: insert your names here, separated by newline */
|
||||
"translator-credits", _("translator-credits"),
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue