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 @@ -57,61 +57,61 @@ </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="animated"> <bool>true</bool> </property> <property name="headerHidden"> <bool>false</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <attribute name="headerCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="headerDefaultSectionSize"> <number>80</number> </attribute> <attribute name="headerHighlightSections"> <bool>false</bool> </attribute> <attribute name="headerMinimumSectionSize"> <number>15</number> </attribute> <column> <property name="text"> - <string>User</string> + <string>Nickname</string> </property> </column> <column> <property name="text"> <string>Text color</string> </property> </column> <column> <property name="text"> <string>Background color</string> </property> </column> <column> <property name="text"> <string>Play sound</string> </property> </column> <column> <property name="text"> <string>Create notification</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>12</number> </property> <property name="topMargin"> |