summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-01-14 10:26:04 +0100
committerBenjamin Otte <otte@gnome.org>2008-01-14 10:26:04 +0100
commita2918916ffaa692614524833bdf25d0a93d0229f (patch)
treef1b901375998b1f9031eb0f608b6558e4af9bf7f
parent2861ab3e86e230fbb3312ddb2cf5c2c8e0a3a896 (diff)
add translators to about box
-rw-r--r--player/swfdec-window-handlers.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/player/swfdec-window-handlers.c b/player/swfdec-window-handlers.c
index 2b0e4d6..a876207 100644
--- a/player/swfdec-window-handlers.c
+++ b/player/swfdec-window-handlers.c
@@ -112,6 +112,15 @@ menu_help_about (GtkAction *action, SwfdecWindow *window)
"authors", authors,
"artists", artists,
"comments", "Play Adobe Flash files",
+ /* 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"),
"version", VERSION,
"website", "http://swfdec.freedesktop.org/",
NULL);