summaryrefslogtreecommitdiffstats
path: root/qml/AppList.qml
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2018-12-17 20:09:08 +0200
committerYuri Chornoivan <yurchor@ukr.net>2018-12-17 20:09:08 +0200
commit329b7eddc7200535f58efb25134a49a09bd64635 (patch)
tree547673f3cf91a0cf7be8add5c3848c7e890a567c /qml/AppList.qml
parent47e62ed177aabc4c15b572897f6e473963149fbb (diff)
downloadmageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar.gz
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar.bz2
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar.xz
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.zip
Minor fixes
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r--qml/AppList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index fdcb2ca..0aff03c 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -32,7 +32,7 @@ ListElement { group: "video";description: qsTr("A non-linear video editing appli
ListElement { group: "video featured";description: qsTr("Multimedia player and streamer"); inst_repo: "tainted";title: "VLC";name: "vlc";command: "vlc";repo: "";icon: "img/vlc.png";installable: "True";}
ListElement { group: "video featured";description: qsTr("Multimedia player and streamer"); inst_repo: "tainted";title: "VLC";name: "vlc";command: "vlc";repo: "tainted";icon: "img/vlc.png";installable: "False";}
ListElement { group: "video";description: qsTr("Media Center"); inst_repo: "";title: "Kodi";name: "kodi";command: "kodi";repo: "";icon: "img/kodi.png";installable: "True";}
-ListElement { group: "audio";description: qsTr("Audio Player similiar to Winamp"); inst_repo: "";title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";installable: "True";}
+ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp"); inst_repo: "";title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";installable: "True";}
ListElement { group: "audio";description: qsTr("Modern music player and library organizer"); inst_repo: "";title: "Clementine";name: "clementine";command: "clementine";repo: "";icon: "img/clementine.png";installable: "False";}
ListElement { group: "audio";description: qsTr("An audio file converter, CD ripper and replay gain tool"); inst_repo: "";title: "Soundkonverter";name: "soundkonverter";command: "soundkonverter";repo: "";icon: "img/soundkonverter.png";installable: "True";}
ListElement { group: "programming";description: qsTr("Extensible tool platform and java ide"); inst_repo: "";title: "Eclipse";name: "eclipse";command: "eclipse";repo: "";icon: "img/eclipse.png";installable: "True";}