diff --git a/GlosSIConfig/qml/SteamInputXboxDisabledDialog.qml b/GlosSIConfig/qml/SteamInputXboxDisabledDialog.qml index 7c4e9f0..7e2350c 100644 --- a/GlosSIConfig/qml/SteamInputXboxDisabledDialog.qml +++ b/GlosSIConfig/qml/SteamInputXboxDisabledDialog.qml @@ -101,7 +101,7 @@ Dialog { } InfoDialog { id: steamChangedDialog2 - titleText: qsTr("Attention!") + titleText: qsTr("Steam config changed!") text: qsTr("Please restart Steam to reload your changes!") onConfirmed: function (callback) { callback(); diff --git a/GlosSIConfig/qml/main.qml b/GlosSIConfig/qml/main.qml index 9b141e0..3be4d08 100644 --- a/GlosSIConfig/qml/main.qml +++ b/GlosSIConfig/qml/main.qml @@ -75,8 +75,8 @@ Window { InfoDialog { id: steamChangedDialog - titleText: qsTr("Attention!") - text: qsTr("Please restart Steam to reload your changes!") + titleText: qsTr("Steam shortcuts changed!") + text: qsTr("Please restart Steam to reload your changes") onConfirmed: function (callback) { callback(); }