mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Fixed typo in translatable string (Your are->You are).
Typo discovered during translation.
This commit is contained in:
parent
79ac6306a5
commit
b92b2f7a14
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ class StatsDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0]):
|
|||
if cur_idx == self.TAB_MAIN or cur_idx == self.TAB_NODES or self.IN_DETAIL_VIEW[cur_idx]:
|
||||
return
|
||||
|
||||
msg = QC.translate("stats", " Your are about to delete this rule. ")
|
||||
msg = QC.translate("stats", " You are about to delete this rule. ")
|
||||
if cur_idx != self.TAB_RULES:
|
||||
msg = QC.translate("stats", " Your are about to delete this entry. ")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue