mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
wmllint GUI: verbosity level radiobutton, Normal -> Terse
This commit is contained in:
parent
ef81cbad61
commit
385384de86
@ -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…
x
Reference in New Issue
Block a user