forked from josch/plakativ
typo: Multipler -> Multiplier
This commit is contained in:
parent
4f5a2e9ae6
commit
a6c6d2e1c1
1 changed files with 1 additions and 1 deletions
|
@ -1800,7 +1800,7 @@ class PostersizeWidget(tkinter.LabelFrame):
|
||||||
).grid(row=4, column=0, columnspan=3, sticky=tkinter.W)
|
).grid(row=4, column=0, columnspan=3, sticky=tkinter.W)
|
||||||
tkinter.Label(
|
tkinter.Label(
|
||||||
self,
|
self,
|
||||||
text="Multipler:",
|
text="Multiplier:",
|
||||||
state=tkinter.DISABLED,
|
state=tkinter.DISABLED,
|
||||||
name="mult_label_multiplier",
|
name="mult_label_multiplier",
|
||||||
).grid(row=5, column=0, sticky=tkinter.W, padx=(27, 0))
|
).grid(row=5, column=0, sticky=tkinter.W, padx=(27, 0))
|
||||||
|
|
Loading…
Reference in a new issue