summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2021-02-09 16:06:23 +0100
committerPapoteur <papoteur@mageia.org>2021-02-09 16:06:23 +0100
commitdfa870e235f468bb380de02b5e84fd2ba7bf30c3 (patch)
tree8b83b0c3c3610c3a4953df8619f923672c7034b7 /qml
parent572da8c69f6747751931192a25d6b9d7d7621df2 (diff)
downloadmageiawelcome-dfa870e235f468bb380de02b5e84fd2ba7bf30c3.tar
mageiawelcome-dfa870e235f468bb380de02b5e84fd2ba7bf30c3.tar.gz
mageiawelcome-dfa870e235f468bb380de02b5e84fd2ba7bf30c3.tar.bz2
mageiawelcome-dfa870e235f468bb380de02b5e84fd2ba7bf30c3.tar.xz
mageiawelcome-dfa870e235f468bb380de02b5e84fd2ba7bf30c3.zip
Warn about 32bits repos for steam application
Diffstat (limited to '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 b3f48fc..2dcf553 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"); title: "Steam";name: "steam";command: "steam";repo: "non-free";icon: "img/steam.png";}
+ ListElement { group: "games";description: qsTr("Steam Client (This needs 32bits repositories enabled, see Media Sources tab)"); title: "Steam";name: "steam";command: "steam";repo: "non-free";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";}