diff options
Diffstat (limited to 'gui/qml/main.qml')
-rw-r--r-- | gui/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/qml/main.qml b/gui/qml/main.qml index 5d8b825..e6c1964 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -35,7 +35,7 @@ ApplicationWindow { if (ctx.errors ) { login.visible = false if ( ctx.errors == "nohelpers" ) { - showInitFailure(qsTr("Could not find helpers. Check your installation")) + showInitFailure(qsTr("Could not find helpers. Please check your installation")) } else if ( ctx.errors == "nopolkit" ) { showInitFailure(qsTr("Could not find polkit agent.")) } else { |