Skip to content

Commit

Permalink
GUI.pyw: small label tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Sep 10, 2015
1 parent 9ca044a commit 4f078f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tools/GUI.pyw
Expand Up @@ -515,7 +515,7 @@ class WmllintTab(Frame):
sticky=W,
padx=10)
self.radio_v2=Radiobutton(self.verbosity_frame,
text="Name files\nbefore processing",
text="Name files before processing",
variable=self.verbosity_variable,
value=2)
self.radio_v2.grid(row=2,
Expand Down Expand Up @@ -862,7 +862,7 @@ class WmlindentTab(Frame):
sticky=W,
padx=10)
self.radio_v2=Radiobutton(self.verbosity_frame,
text="Also report\nunchanged files",
text="Report unchanged files",
variable=self.verbosity_variable,
value=2)
self.radio_v2.grid(row=2,
Expand Down

0 comments on commit 4f078f2

Please sign in to comment.