Correct English language mistake dynamic_preferences_registry.py (overrided > overridden; cf https://english.stackexchange.com/questions/75786/overrode-vs-overridden)

This commit is contained in:
Keunes 2019-08-27 08:21:21 +02:00
parent efabd4b704
commit 3842e7ae66
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ class UploadQuota(types.IntPreference):
name = "upload_quota" name = "upload_quota"
default = 1000 default = 1000
verbose_name = "Upload quota" verbose_name = "Upload quota"
help_text = "Default upload quota applied to each users, in MB. This can be overrided on a per-user basis." help_text = "Default upload quota applied to each users, in MB. This can be overridden on a per-user basis."