wmltools GUI: fixed wording of wmlindent -v -v toggle
This commit is contained in:
parent
5c13611fff
commit
340e02ed9b
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ class WmlindentTab(Frame):
|
|||
sticky=N+E+S+W)
|
||||
self.verbose_variable=BooleanVar()
|
||||
self.verbose_check=Checkbutton(self.options_frame,
|
||||
text="Report also unchanged files",
|
||||
text="Also report unchanged files",
|
||||
variable=self.verbose_variable)
|
||||
self.verbose_check.grid(row=0,
|
||||
column=0,
|
||||
|
|
Loading…
Add table
Reference in a new issue