Skip to content

Commit

Permalink
wmllint GUI: verbosity level radiobutton, Normal -> Terse
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvish-Hunter committed May 21, 2014
1 parent ef81cba commit 385384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/GUI.pyw
Expand Up @@ -346,7 +346,7 @@ class WmllintTab(Frame):
sticky=N+E+S+W)
self.verbosity_variable=IntVar(0)
self.radio_v0=Radiobutton(self.verbosity_frame,
text="Normal",
text="Terse",
variable=self.verbosity_variable,
value=0)
self.radio_v0.grid(row=0,
Expand Down

0 comments on commit 385384d

Please sign in to comment.