diff options
author | Tobias Markmann <tm@ayena.de> | 2017-04-04 15:12:41 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2017-04-04 15:12:55 (GMT) |
commit | 20c50e3960ee68d26fc93738f03d27a6833b28bb (patch) | |
tree | 8bdeb9b60e69e100ab5816322b9efd7ff13db548 | |
parent | bd5c623c6e54c1f449b7af06177a9a5c7fbcb4a7 (diff) | |
download | swift-20c50e3960ee68d26fc93738f03d27a6833b28bb.zip swift-20c50e3960ee68d26fc93738f03d27a6833b28bb.tar.bz2 |
Change ‘User’ to ‘Nickname’ in highlight dialog
Test-Information:
Build on macOS 10.12.4 and verified the change in the UI.
Change-Id: I8ec472158682e951fe358197c0939f451ade8c54
-rw-r--r-- | Swift/QtUI/QtHighlightNotificationConfigDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtHighlightNotificationConfigDialog.ui b/Swift/QtUI/QtHighlightNotificationConfigDialog.ui index 7074ad8..8ee0d6f 100644 --- a/Swift/QtUI/QtHighlightNotificationConfigDialog.ui +++ b/Swift/QtUI/QtHighlightNotificationConfigDialog.ui @@ -84,7 +84,7 @@ </attribute> <column> <property name="text"> - <string>User</string> + <string>Nickname</string> </property> </column> <column> |