aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/StandardDialog.qml')
-rw-r--r--components/StandardDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index 42760f5c..d4243b4b 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -109,7 +109,7 @@ Window {
shadowPressedColor: "#B32D00"
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
- text: qsTr("Cancel")
+ text: qsTr("Cancel") + translationManager.emptyString
onClicked: {
root.close()
root.rejected()