Skip to content

Commit ea620d2

Browse files
committed
missed moving a translator comment
1 parent ffb8975 commit ea620d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/MathCATgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,10 @@ def __init__(self, parent):
693693
)
694694
bSizerButtons.Add(self.m_buttonApply, 0, wx.ALL, 5)
695695

696-
# Translators: button to reset all the preferences to their default values
697696
self.m_buttonReset = wx.Button(
698697
self.m_panelButtons,
699698
wx.ID_ANY,
699+
# Translators: button to reset all the preferences to their default values
700700
_("Reset to defaults"),
701701
wx.DefaultPosition,
702702
wx.DefaultSize,

0 commit comments

Comments
 (0)