From 3d705f71785995f8af6550eba4a2c7c07f6cd13d Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Mon, 4 Aug 2014 01:49:48 +0200 Subject: [PATCH] Fix 28 : Save New Profile is clearer. --- app/SettingsGeneralTab.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SettingsGeneralTab.qml b/app/SettingsGeneralTab.qml index 12ab3cf..b560b5d 100644 --- a/app/SettingsGeneralTab.qml +++ b/app/SettingsGeneralTab.qml @@ -49,7 +49,7 @@ Tab{ } Button{ Layout.fillWidth: true - text: qsTr("Store current") + text: qsTr("Save New Profile") onClicked: insertname.show() } Button{