Skip to content

Commit 4251aae

Browse files
committed
fix(gui): update label for 'Context' in criteriaEditor
1 parent b562cbd commit 4251aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/globalPlugins/webAccess/gui/criteriaEditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def scale(*args):
385385
hidable = self.hidable = {}
386386

387387
row = 0
388-
item = wx.StaticText(self, label=_("Contexte:"))
388+
item = wx.StaticText(self, label=_("Context:"))
389389
gbSizer.Add(scale(guiHelper.SPACE_BETWEEN_ASSOCIATED_CONTROL_HORIZONTAL, 0), pos=(row, 1))
390390
item = self.contextMacroDropDown = DropDownWithHideableChoices(self)
391391
item.setChoices((

0 commit comments

Comments
 (0)