diff options
author | Kunal Mehta <legoktm@gmail.com> | 2015-10-17 20:46:52 -0700 |
---|---|---|
committer | Kunal Mehta <legoktm@gmail.com> | 2015-10-17 20:46:52 -0700 |
commit | 9573f9afe9b879a6ce1e4294abda0b40bcbbf44c (patch) | |
tree | 4e4d7a669d23e10d45d21d3b2c64188f1eef7931 | |
parent | 6599869f2881a7ae690a68e5a08e2c2a0703aaf2 (diff) | |
download | gitea-9573f9afe9b879a6ce1e4294abda0b40bcbbf44c.tar.gz gitea-9573f9afe9b879a6ce1e4294abda0b40bcbbf44c.zip |
Simplify disable Gravatar preference wording
"Enable this to disable..." is needlessly confusing, simplify it by being
upfront that this setting disables the Gravatar fetching.
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 884ef30858..1e9be1fd40 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -257,7 +257,7 @@ continue = Continue cancel = Cancel enable_custom_avatar = Enable Custom Avatar -enable_custom_avatar_helper = Enable this to disable fetch from Gravatar +enable_custom_avatar_helper = Disable fetch from Gravatar choose_new_avatar = Choose new avatar update_avatar = Update Avatar Setting uploaded_avatar_not_a_image = Uploaded file is not a image. |