Tell translators where to adjust their credits.

Eventually we should run a msgmerge.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23550 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Frank H. Ellenberger 2013-12-12 20:24:33 +00:00
parent 85c7631406
commit b3f14a3224

View File

@ -4409,6 +4409,11 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
"license", license,
"logo", logo,
"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? */
"translator-credits", _("translator_credits"),
"version", VERSION,
"website", "http://www.gnucash.org",