From 3b9c941369e28d3e1739b5d11c1a42dbd9eeea85 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 20 Sep 2008 21:30:48 +0000 Subject: [PATCH] put translator comment on a single line, looks better in the .po file. 2008-09-20 Sven Neumann * app/dialogs/about-dialog.c: put translator comment on a single line, looks better in the .po file. svn path=/trunk/; revision=27025 --- ChangeLog | 5 +++++ app/dialogs/about-dialog.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e06a9d7fdd..0e5660d329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-20 Sven Neumann + + * app/dialogs/about-dialog.c: put translator comment on a single + line, looks better in the .po file. + 2008-09-20 Michael Natterer * plug-ins/script-fu/Makefile.am diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c index a8d5f643c9..dcfff2dd8a 100644 --- a/app/dialogs/about-dialog.c +++ b/app/dialogs/about-dialog.c @@ -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);