Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-06-24 17:57:11 +0300
committerszaimen <szaimen@e.mail.de>2022-06-29 00:09:49 +0300
commit45d24bc0b49c739394bf421bf60af7515e20e4f7 (patch)
tree21dc0d7b1d56541b205552aa6122bcb6d24cf6ae
parentffc1a3cd16d2d41eae9237f2e6a8c391d8787c1c (diff)
use an en-dash for the userstatus panelenh/noid/use-em-dash
Signed-off-by: szaimen <szaimen@e.mail.de>
-rw-r--r--src/gui/UserStatusSelector.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/UserStatusSelector.qml b/src/gui/UserStatusSelector.qml
index 0b998de66..05f092151 100644
--- a/src/gui/UserStatusSelector.qml
+++ b/src/gui/UserStatusSelector.qml
@@ -257,7 +257,7 @@ ColumnLayout {
internalSpacing: Style.standardSpacing + fieldButton.padding + userStatusMessageTextField.padding
emoji: userStatusSelectorModel.predefinedStatus(index).icon
- text: "<b>" + userStatusSelectorModel.predefinedStatus(index).message + "</b> - " + userStatusSelectorModel.predefinedStatusClearAt(index)
+ text: "<b>" + userStatusSelectorModel.predefinedStatus(index).message + "</b> – " + userStatusSelectorModel.predefinedStatusClearAt(index)
onClicked: userStatusSelectorModel.setPredefinedStatus(index)
}
}