Skip to content

Commit

Permalink
Spelling: Hamburger menu (WeblateOrg#5100)
Browse files Browse the repository at this point in the history
* Spelling: Hamburger menu
* Suggested changes made
  • Loading branch information
comradekingu authored Dec 26, 2020
1 parent e5df5d6 commit afdbc7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions weblate/wladmin/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ class AppearanceForm(forms.Form):
hover_color = ColorField(label=_("Hover color"), required=False, initial="#144d3f")
hide_footer = forms.BooleanField(label=_("Hide page footer"), required=False)
enforce_hamburger = forms.BooleanField(
label=_("Persistent hamburger navigation"),
label=_("Always show hamburger menu"),
required=False,
help_text=_(
"Use hamburger menu in the top navigation regardless the screen "
"resolution. When disabled the hamburger menu is used on "
"small screens only."
"Persistent navigational drop-down menu in the top right corner, "
"even if there is room for a full menu."
),
)

Expand Down

0 comments on commit afdbc7f

Please sign in to comment.