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 /capplets/display/mate-display-properties.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 'capplets/display/mate-display-properties.desktop.in')
-rw-r--r-- | capplets/display/mate-display-properties.desktop.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/capplets/display/mate-display-properties.desktop.in b/capplets/display/mate-display-properties.desktop.in index 59de1d13..8e99251b 100644 --- a/capplets/display/mate-display-properties.desktop.in +++ b/capplets/display/mate-display-properties.desktop.in @@ -1,11 +1,13 @@ [Desktop Entry] -_Name=Displays -_Comment=Change resolution and position of monitors and projectors +Name=Displays +Comment=Change resolution and position of monitors and projectors Exec=mate-display-properties +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=preferences-desktop-display Terminal=false Type=Application StartupNotify=true Categories=GTK;Settings;HardwareSettings; +# 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;resolution;position;monitors;display;properties; OnlyShowIn=MATE; |