diff options
author | Wu Xiaotian <[email protected]> | 2019-10-16 16:50:40 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 13:20:17 +0100 |
commit | 235e8ed2e122140a8476ba91b365ec92a5103530 (patch) | |
tree | c072b4e510df11c859cbd69953b15cd886e27697 /shell/matecc.desktop.in | |
parent | 0470814242979fdf1fe3d78b8e203edf87156bdd (diff) | |
download | mate-control-center-235e8ed2e122140a8476ba91b365ec92a5103530.tar.bz2 mate-control-center-235e8ed2e122140a8476ba91b365ec92a5103530.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'shell/matecc.desktop.in')
-rw-r--r-- | shell/matecc.desktop.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/matecc.desktop.in b/shell/matecc.desktop.in index 9b1b4c22..c0d6d40a 100644 --- a/shell/matecc.desktop.in +++ b/shell/matecc.desktop.in @@ -1,12 +1,14 @@ [Desktop Entry] -_Name=Control Center -_GenericName=The MATE configuration tool -_Comment=Configure MATE settings +Name=Control Center +GenericName=The MATE configuration tool +Comment=Configure MATE settings +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=preferences-desktop Exec=mate-control-center Terminal=false Type=Application StartupNotify=false Categories=GTK;Settings; +# 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;configuration;tool;destop;preferences; OnlyShowIn=MATE; |