summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r--mate-about/mate-about.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index cfc5187..e2d14c2 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -26,7 +26,7 @@
#include <libintl.h> // for gettext
#include <glib/gi18n.h>
-const char* program_name = "MATE Desktop Environment";
+const char* program_name = N_("MATE Desktop Environment");
const char* version = PACKAGE_VERSION;
const char* icon = "mate-desktop";
const char* website = "http://www.mate-desktop.org/";