rename orange/red to medium/high
This commit is contained in:
@@ -237,8 +237,8 @@ class Ui_Dialog(object):
|
|||||||
self.cb_tray_icon_unread.setText(_translate("Dialog", "Change the tray icon color when there are unread notifications"))
|
self.cb_tray_icon_unread.setText(_translate("Dialog", "Change the tray icon color when there are unread notifications"))
|
||||||
self.groupBox_2.setTitle(_translate("Dialog", "Interface"))
|
self.groupBox_2.setTitle(_translate("Dialog", "Interface"))
|
||||||
self.label_theme.setText(_translate("Dialog", "Theme:"))
|
self.label_theme.setText(_translate("Dialog", "Theme:"))
|
||||||
self.cb_priority_colors.setToolTip(_translate("Dialog", "4..7 -> orange\n"
|
self.cb_priority_colors.setToolTip(_translate("Dialog", "4..7 -> medium\n"
|
||||||
"8..10 -> red"))
|
"8..10 -> high"))
|
||||||
self.cb_priority_colors.setText(_translate("Dialog", "Show message priority colors"))
|
self.cb_priority_colors.setText(_translate("Dialog", "Show message priority colors"))
|
||||||
self.groupBox_server_info.setTitle(_translate("Dialog", "Server info"))
|
self.groupBox_server_info.setTitle(_translate("Dialog", "Server info"))
|
||||||
self.pb_change_server_info.setText(_translate("Dialog", "Change server info"))
|
self.pb_change_server_info.setText(_translate("Dialog", "Change server info"))
|
||||||
|
|||||||
@@ -160,8 +160,8 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cb_priority_colors">
|
<widget class="QCheckBox" name="cb_priority_colors">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>4..7 -> orange
|
<string>4..7 -> medium
|
||||||
8..10 -> red</string>
|
8..10 -> high</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show message priority colors</string>
|
<string>Show message priority colors</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user