diff options
Diffstat (limited to 'capplets/about-me')
-rw-r--r-- | capplets/about-me/Makefile.am | 4 | ||||
-rw-r--r-- | capplets/about-me/mate-about-me.desktop.in | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 8a872e7a..0ce7d84f 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -32,10 +32,10 @@ mate_about_me_LDADD += $(ACCOUNTSSERVICE_LIBS) endif mate_about_me_LDFLAGS = -export-dynamic -@INTLTOOL_DESKTOP_RULE@ - desktopdir = $(datadir)/applications desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) +$(desktop_DATA): $(Desktop_in_files) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ include $(top_srcdir)/gla11y.mk diff --git a/capplets/about-me/mate-about-me.desktop.in b/capplets/about-me/mate-about-me.desktop.in index 71d3f704..d211f369 100644 --- a/capplets/about-me/mate-about-me.desktop.in +++ b/capplets/about-me/mate-about-me.desktop.in @@ -1,11 +1,13 @@ [Desktop Entry] -_Name=About Me -_Comment=Set your personal information +Name=About Me +Comment=Set your personal information Exec=mate-about-me +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=user-info Terminal=false Type=Application StartupNotify=true Categories=GTK;Settings;X-MATE-PersonalSettings; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=mate-control-center;MATE;personal;information; OnlyShowIn=MATE; |