wmllint GUI: verbosity level radiobutton, Normal -> Terse
This commit is contained in:
parent
ef81cbad61
commit
385384de86
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue