GUI.pyw: fixed wording of an option
This commit is contained in:
parent
254a605dff
commit
4bb2b733cb
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ class WmlindentTab(Frame):
|
|||
sticky=W,
|
||||
padx=10)
|
||||
self.radio_v2=Radiobutton(self.verbosity_frame,
|
||||
text="Report also unchanged files",
|
||||
text="Also report\nunchanged files",
|
||||
variable=self.verbosity_variable,
|
||||
value=2)
|
||||
self.radio_v2.grid(row=2,
|
||||
|
|
Loading…
Add table
Reference in a new issue