mirror of https://github.com/GNOME/gimp.git
desktop: fix keywords
The semicolons should be used instead of spaces if we want it to work and validate. Also adds a translator comment to avoid broken translations.
This commit is contained in:
parent
9645f9039f
commit
1f9451b878
|
@ -4,7 +4,8 @@ Type=Application
|
||||||
_Name=GNU Image Manipulation Program
|
_Name=GNU Image Manipulation Program
|
||||||
_GenericName=Image Editor
|
_GenericName=Image Editor
|
||||||
_Comment=Create images and edit photographs
|
_Comment=Create images and edit photographs
|
||||||
_Keywords=GIMP graphic design illustration painting
|
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||||
|
_Keywords=GIMP;graphic;design;illustration;painting;
|
||||||
Exec=@GIMP_COMMAND@ %U
|
Exec=@GIMP_COMMAND@ %U
|
||||||
TryExec=gimp-@GIMP_APP_VERSION@
|
TryExec=gimp-@GIMP_APP_VERSION@
|
||||||
Icon=gimp
|
Icon=gimp
|
||||||
|
|
Loading…
Reference in New Issue