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:
Sven Neumann 2008-09-20 21:30:48 +00:00 committed by Sven Neumann
parent 8582a7a26c
commit 3b9c941369
2 changed files with 6 additions and 3 deletions

View File

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

View File

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