diff options
author | raveit65 <[email protected]> | 2019-11-19 13:34:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-19 13:34:46 +0100 |
commit | 56c7059691cb688319bf3ccb01353ce37aa8d18a (patch) | |
tree | 47d16c53a7fbabfed7fe83ba7a46d3e027b07fe8 | |
parent | d0e02ca95253a47693bccaf4024974b1a7144b3b (diff) | |
download | mate-desktop-56c7059691cb688319bf3ccb01353ce37aa8d18a.tar.bz2 mate-desktop-56c7059691cb688319bf3ccb01353ce37aa8d18a.tar.xz |
desktop file: add missing hints for translators
-rw-r--r-- | mate-about/mate-about.desktop.in | 1 | ||||
-rw-r--r-- | tools/mate-color-select.desktop.in | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mate-about/mate-about.desktop.in b/mate-about/mate-about.desktop.in index 981b389..ab2be3d 100644 --- a/mate-about/mate-about.desktop.in +++ b/mate-about/mate-about.desktop.in @@ -2,6 +2,7 @@ Name=About MATE Comment=Learn more about MATE Exec=mate-about +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-desktop Terminal=false Type=Application diff --git a/tools/mate-color-select.desktop.in b/tools/mate-color-select.desktop.in index 15ee88f..2d91951 100644 --- a/tools/mate-color-select.desktop.in +++ b/tools/mate-color-select.desktop.in @@ -3,10 +3,12 @@ Name=MATE Color Selection GenericName=Color selection dialog Comment=Choose colors from the palette or the screen Exec=mate-color-select +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=gtk-select-color Terminal=false Type=Application Categories=GTK;Graphics; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=MATE;color;chooser;pick;palette;screen;selection; OnlyShowIn=MATE; StartupNotify=false |