summaryrefslogtreecommitdiff
path: root/geyes/geyes.c
diff options
context:
space:
mode:
Diffstat (limited to 'geyes/geyes.c')
-rw-r--r--geyes/geyes.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c
index d04cff27..a1fcc530 100644
--- a/geyes/geyes.c
+++ b/geyes/geyes.c
@@ -163,10 +163,17 @@ about_cb (GtkAction *action,
const gchar *documenters[] = {
"Arjan Scherpenisse <[email protected]>",
"Telsa Gwynne <[email protected]>",
- "Sun GNOME Documentation Team <[email protected]>",
+ N_("Sun GNOME Documentation Team <[email protected]>"),
+ N_("MATE Documentation Team"),
NULL
};
+#ifdef ENABLE_NLS
+ const char **p;
+ for (p = documenters; *p; ++p)
+ *p = _(*p);
+#endif
+
gtk_show_about_dialog (NULL,
"title", _("About Eyes"),
"version", VERSION,