From 86ab8d9559fada3980de4d51c0ebc10cc7661dfb Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 22 May 2024 11:03:07 +0200 Subject: Fix group for gnumeric application --- qml/AppList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/AppList.qml') 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";} -- cgit v1.2.1