Fix of [23550]: Translator comments don't like empty comment lines.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23553 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Frank H. Ellenberger 2013-12-13 06:47:57 +00:00
parent 3f556e8f5f
commit 3e11a1cd64

View File

@ -4411,9 +4411,8 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
"name", "GnuCash",
/* Translators: the following string will be shown in Help->About->Credits
* Enter your name or that of your team and an email contact for feedback.
*
* The string can have multiple rows, so you can also add a list of
* contributors. FIXME: Is this desired? */
* contributors. */
"translator-credits", _("translator_credits"),
"version", VERSION,
"website", "http://www.gnucash.org",