Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
wmltools GUI: fixed wording of wmlindent -v -v toggle
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
data/tools/GUI.pyw
|
@@ -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, |
|
|