diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 080610438..0a33f8caa 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -890,6 +890,14 @@ window_cmd_help_about (GtkAction *action, "copyright", "Copyright \xc2\xa9 2002-2005 Marco Pesenti Gritti", "authors", authors, "documenters", documenters, + /* Translators: This is a special message that shouldn't be translated + * literally. It is used in the about box to give credits to + * the translators. + * Thus, you should translate it to your name and email address. + * You should also include other translators who have contributed to + * this translation; in that case, please write each of them on a separate + * line seperated by newlines (\n). + */ "translator-credits", _("translator-credits"), "logo-icon-name", "web-browser", "website", "http://www.gnome.org/projects/epiphany", |