Skip to content

Commit

Permalink
wmltools GUI: fixed wording of wmlindent -v -v toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 23, 2015
1 parent 68bdbae commit 20be4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/GUI.pyw
Expand Up @@ -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,
Expand Down

0 comments on commit 20be4c7

Please sign in to comment.