summaryrefslogtreecommitdiffstats
path: root/qml/AppList.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2024-05-22 11:03:07 +0200
committerPapoteur <papoteur@mageia.org>2024-05-22 11:03:07 +0200
commit86ab8d9559fada3980de4d51c0ebc10cc7661dfb (patch)
tree6851111f6ab1592bb4a3a6545c6b8ebfb8741b46 /qml/AppList.qml
parenta97fed5108e4fcf00e62f525c62c2691ff5d667c (diff)
downloadmageiawelcome-master.tar
mageiawelcome-master.tar.gz
mageiawelcome-master.tar.bz2
mageiawelcome-master.tar.xz
mageiawelcome-master.zip
Fix group for gnumeric applicationHEADmaster
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 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";}