summaryrefslogtreecommitdiffstats
path: root/qml/AppList.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-08-15 18:03:37 +0200
committerPapoteur <papoteur@mageia.org>2023-08-15 18:03:37 +0200
commitebe8bc2fc26d916cb662eeab70cc38b611c87181 (patch)
treefd93bd9bece54b99b363c8e35055d51c12267e3e /qml/AppList.qml
parentaf2b51b1aeb2c7f4098f78ce75bbf159db8356e4 (diff)
downloadmageiawelcome-ebe8bc2fc26d916cb662eeab70cc38b611c87181.tar
mageiawelcome-ebe8bc2fc26d916cb662eeab70cc38b611c87181.tar.gz
mageiawelcome-ebe8bc2fc26d916cb662eeab70cc38b611c87181.tar.bz2
mageiawelcome-ebe8bc2fc26d916cb662eeab70cc38b611c87181.tar.xz
mageiawelcome-ebe8bc2fc26d916cb662eeab70cc38b611c87181.zip
Fix wording arch systems (mga#31451)
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r--qml/AppList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index 75eacce..41b0299 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -6,7 +6,7 @@ ListModel {
ListElement { group: "audio featured";description: qsTr("Various Audio Codecs"); title: "Audio Codecs";name: "task-codec-audio";command: "";repo: "tainted";icon: "img/codecs-audio.png";}
ListElement { group: "video featured";description: qsTr("Various Video Codecs"); title: "Video Codecs";name: "task-codec-video";command: "";repo: "";icon: "img/codecs-video.png";}
ListElement { group: "video featured";description: qsTr("Various Video Codecs"); title: "Video Codecs";name: "task-codec-video";command: "";repo: "tainted";icon: "img/codecs-video.png";}
- ListElement { group: "games";description: qsTr("Steam Client (This needs 32bits repositories enabled, see Media Sources tab)"); title: "Steam";name: "steam";command: "steam";repo: "steam";icon: "img/steam.png";}
+ ListElement { group: "games";description: qsTr("Steam Client (This needs 32-bit repositories enabled, see Media Sources tab)"); title: "Steam";name: "steam";command: "steam";repo: "steam";icon: "img/steam.png";}
ListElement { group: "games";description: qsTr("3D Real Time Strategy"); title: "Megaglest";name: "megaglest";command: "megaglest";repo: "";icon: "img/megaglest.png";}
ListElement { group: "games";description: qsTr("Single/Multi-player first person shooter game"); title: "Sauerbraten";name: "sauerbraten";command: "sauerbraten";repo: "non-free";icon: "img/sauerbraten.png";}
ListElement { group: "games";description: qsTr("Classic 2d jump 'n run sidescroller with Tux "); title: "Supertux";name: "supertux";command: "supertux2";repo: "";icon: "img/supertux.png";}
@@ -48,7 +48,7 @@ ListModel {
ListElement { group: "system featured";description: qsTr("Extra community-made background images"); title: "mageia-theme-extra";name: "mageia-theme-extra";command: "";repo: "";icon: "img/mageia-theme-extra.png";}
ListElement { group: "system";description: qsTr("Clean junk to free disk space and maintain privacy "); title: "BleachBit";name: "bleachbit";command: "bleachbit";repo: "";icon: "img/bleachbit.png";}
ListElement { group: "system";description: qsTr("A printer administration tool"); title: "System Config Printer";name: "system-config-printer";command: "system-config-printer";repo: "";icon: "img/system-config-printer.png";}
- ListElement { group: "system";description: qsTr("Virtualization software"); title: qsTr("VirtualBox (only with 64 bit system)");name: "virtualbox";command: "VirtualBox";repo: "";icon: "img/virtualbox.png";}
+ ListElement { group: "system";description: qsTr("Virtualization software"); title: qsTr("VirtualBox (only with 64-bit systems)");name: "virtualbox";command: "VirtualBox";repo: "";icon: "img/virtualbox.png";}
ListElement { group: "office";description: qsTr("LibreOffice Spreadsheet Application"); title: "LibreOffice Calc";name: "libreoffice-calc";command: "oocalc";repo: "";icon: "img/libreoffice-calc.png";}
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";}