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 c46356b commit ac7301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/checks/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
PLAIN_FLAGS["auto-java-messageformat"] = gettext_lazy(
"Automatically detect Java MessageFormat"
)
PLAIN_FLAGS["read-only"] = gettext_lazy("Read only")
PLAIN_FLAGS["read-only"] = gettext_lazy("Read-only")
PLAIN_FLAGS["strict-same"] = gettext_lazy("Strict unchanged check")
PLAIN_FLAGS["strict-format"] = gettext_lazy("Strict format string checks")
PLAIN_FLAGS["forbidden"] = gettext_lazy("Forbidden translation")
Expand Down

0 comments on commit ac7301c

Please sign in to comment.