diff options
author | raveit65 <[email protected]> | 2019-11-19 10:30:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-19 10:30:06 +0100 |
commit | dae3c4179b54ac76245483e4ab3a89193a283cbd (patch) | |
tree | 323c034dbcb29e6cb8fc235c086a2e4907af413f | |
parent | 7c784378734cd5e682a354bcf480c66fe2b91031 (diff) | |
download | mate-calc-dae3c4179b54ac76245483e4ab3a89193a283cbd.tar.bz2 mate-calc-dae3c4179b54ac76245483e4ab3a89193a283cbd.tar.xz |
desktop file: add missing hints for translators
-rw-r--r-- | data/mate-calc.desktop.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/mate-calc.desktop.in b/data/mate-calc.desktop.in index 014215e..3feced3 100644 --- a/data/mate-calc.desktop.in +++ b/data/mate-calc.desktop.in @@ -3,10 +3,12 @@ Name=MATE Calculator GenericName=Calculator Comment=Perform arithmetic, scientific or financial calculations Exec=mate-calc +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=accessories-calculator Terminal=false Type=Application StartupNotify=true +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=calculator;MATE;scientific;arithmetic;financial;calculations; Categories=GTK;Utility;Calculator; X-MATE-DocPath=mate-calc/mate-calc.xml |