summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-01-26 11:18:12 +0100
committerPapoteur <papoteur@mageia.org>2023-01-26 11:18:12 +0100
commit48316798bbaffd0564e774069809255aa73cc09f (patch)
tree26a0f444abb6bd7e9c65303a24a4aebdfcea1a99
parent8b2b2c62d646a354740c4bfcb7e2cd73bf31d739 (diff)
downloadmageiawelcome-48316798bbaffd0564e774069809255aa73cc09f.tar
mageiawelcome-48316798bbaffd0564e774069809255aa73cc09f.tar.gz
mageiawelcome-48316798bbaffd0564e774069809255aa73cc09f.tar.bz2
mageiawelcome-48316798bbaffd0564e774069809255aa73cc09f.tar.xz
mageiawelcome-48316798bbaffd0564e774069809255aa73cc09f.zip
Virtualbox advertizing for only 64 bits system
-rw-r--r--qml/AppList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index 4dbb72c..091b8a7 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -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: "VirtualBox";name: "virtualbox";command: "VirtualBox";repo: "";icon: "img/virtualbox.png";}
+ ListElement { group: "system";description: qsTr("Virtualization software"); title: "VirtualBox (only with 64bits system)";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";}