Skip to content

Commit

Permalink
Read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored Sep 9, 2024
1 parent 9cb8fa2 commit 05d3db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/utils/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class StringState(IntegerChoices):
STATE_FUZZY = 10, pgettext_lazy("String state", "Needs editing")
STATE_TRANSLATED = 20, pgettext_lazy("String state", "Translated")
STATE_APPROVED = 30, pgettext_lazy("String state", "Approved")
STATE_READONLY = 100, pgettext_lazy("String state", "Read only")
STATE_READONLY = 100, pgettext_lazy("String state", "Read-only")


STATE_EMPTY = StringState.STATE_EMPTY
Expand Down

0 comments on commit 05d3db7

Please sign in to comment.