rename orange/red to medium/high

This commit is contained in:
dries.k
2023-01-07 21:02:25 +01:00
parent 072eb273dc
commit 558ec0dbae
2 changed files with 4 additions and 4 deletions

View File

@@ -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.groupBox_2.setTitle(_translate("Dialog", "Interface"))
self.label_theme.setText(_translate("Dialog", "Theme:"))
self.cb_priority_colors.setToolTip(_translate("Dialog", "4..7 -> orange\n"
"8..10 -> red"))
self.cb_priority_colors.setToolTip(_translate("Dialog", "4..7 -> medium\n"
"8..10 -> high"))
self.cb_priority_colors.setText(_translate("Dialog", "Show message priority colors"))
self.groupBox_server_info.setTitle(_translate("Dialog", "Server info"))
self.pb_change_server_info.setText(_translate("Dialog", "Change server info"))

View File

@@ -160,8 +160,8 @@
<item>
<widget class="QCheckBox" name="cb_priority_colors">
<property name="toolTip">
<string>4..7 -&gt; orange
8..10 -&gt; red</string>
<string>4..7 -&gt; medium
8..10 -&gt; high</string>
</property>
<property name="text">
<string>Show message priority colors</string>