Fixed typo in translatable string (Your are->You are).

Typo discovered during translation.
This commit is contained in:
petterreinholdtsen 2023-09-08 07:25:56 +02:00 committed by GitHub
parent 79ac6306a5
commit b92b2f7a14
Failed to generate hash of commit

View file

@ -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. ")