diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/AppList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index f6bffb8..cd5945b 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -51,7 +51,7 @@ ListModel { ListElement { group: "office";description: qsTr("LibreOffice Word Processor Application"); title: "LibreOffice Writer";name: "libreoffice-writer";command: "oowriter";repo: "";icon: "img/libreoffice-writer.png";} ListElement { group: "office";description: qsTr("KDE office suite"); title: "Calligra";name: "calligra";command: "";repo: "";icon: "img/calligra.png";} ListElement { group: "office";description: qsTr("Lean and fast, but full-featured word processor"); title: "AbiWord";name: "abiword";command: "abiword";repo: "";icon: "img/abiword.png";} - ListElement { group: "offrce";description: qsTr("A full-featured spreadsheet for GNOME"); title: "Gnumeric";name: "gnumeric";command: "gnumeric";repo: "";icon: "img/gnumeric.png";} + ListElement { group: "office";description: qsTr("A full-featured spreadsheet for GNOME"); title: "Gnumeric";name: "gnumeric";command: "gnumeric";repo: "";icon: "img/gnumeric.png";} ListElement { group: "office";description: qsTr("E-book converter and library management"); title: "Calibre";name: "calibre";command: "calibre";repo: "";icon: "img/calibre.png";} ListElement { group: "office";description: qsTr("Desktop Publishing Program"); title: "Scribus";name: "scribus";command: "scribus";repo: "";icon: "img/scribus.png";} ListElement { group: "office";description: qsTr("Free easy personal accounting for all"); title: "HomeBank";name: "homebank";command: "homebank";repo: "";icon: "img/homebank.png";} |