Fix Game category

"Games" is not a valid category in the freedesktop spec:
http://standards.freedesktop.org/menu-spec/latest/apas02.html

Also added French translation in the desktop file.
This commit is contained in:
Rémi Verschelde
2015-12-07 20:29:46 +01:00
parent 88ee6c1ed8
commit 80133c31c8

View File

@ -2,10 +2,12 @@
Name=QJoyPad
GenericName=Joypad to Keyboard/Mouse Mapper
GenericName[de]=Joypad zu Tastatur/Maus Mapper
GenericName[fr]=Contrôle du clavier/souris avec un joystick
Exec=qjoypad
Icon=qjoypad
Type=Application
Terminal=false
Categories=Qt;Games;
Categories=Qt;Game;
Comment=Maps joypad button and stick events to keyboard and mouse events.
Comment[de]=Bildet Joypad Knopf und Stick Ereignisse auf Tastatur und Maus Ereignisse ab.
Comment[fr]=Associe les boutons et sticks directionnels d'un joystick à des événements de clavier et de souris.