diff options
author | rbuj <[email protected]> | 2019-03-19 15:19:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 22:59:46 +0100 |
commit | 6a6d63c017a407c83d49310f9691c7ac4a517c0e (patch) | |
tree | bcadfe26b59650e0cbd548021f8a50b548a79d21 /mate-about/mate-about.h | |
parent | 059d42caa1b36526b645c591a82804ed700f10f8 (diff) | |
download | mate-desktop-6a6d63c017a407c83d49310f9691c7ac4a517c0e.tar.bz2 mate-desktop-6a6d63c017a407c83d49310f9691c7ac4a517c0e.tar.xz |
Make translatable the program name in mate about dialog
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 2 |
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/"; |