summaryrefslogtreecommitdiff
path: root/mateweather/mateweather-about.c
diff options
context:
space:
mode:
Diffstat (limited to 'mateweather/mateweather-about.c')
-rw-r--r--mateweather/mateweather-about.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/mateweather/mateweather-about.c b/mateweather/mateweather-about.c
index a1a3d00d..aa4166b0 100644
--- a/mateweather/mateweather-about.c
+++ b/mateweather/mateweather-about.c
@@ -38,11 +38,18 @@ void mateweather_about_run(MateWeatherApplet* gw_applet)
const gchar* documenters[] = {
"Dan Mueth <[email protected]>",
"Spiros Papadimitriou <[email protected]>",
- "Sun GNOME Documentation Team <[email protected]>",
+ N_("Sun GNOME Documentation Team <[email protected]>"),
"Davyd Madeley <[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 Weather Report"),
"version", VERSION,