diff options
author | Christopher Brickley <brickley@gmail.com> | 2014-09-03 22:13:09 -0400 |
---|---|---|
committer | Christopher Brickley <brickley@gmail.com> | 2014-09-05 07:19:33 -0400 |
commit | 8d2fe064c5d3858d76ebd67d5597a0bfccce4ecc (patch) | |
tree | 9fc1694a99612540c14aa1c3c6d1ce5a03eedf2e /conf | |
parent | 033a7f022401fb1bd5fdc540f24ba26f5ab64a75 (diff) | |
download | gitea-8d2fe064c5d3858d76ebd67d5597a0bfccce4ecc.tar.gz gitea-8d2fe064c5d3858d76ebd67d5597a0bfccce4ecc.zip |
modify grammar undo -> undone
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 946d560461..4f1acdcda9 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -159,7 +159,7 @@ unbind = Unbind unbind_success = Social account has been unbound. delete_account = Delete Your Account -delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undo! +delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone! confirm_delete_account = Confirm Deletion [repo] @@ -268,7 +268,7 @@ settings.update_settings = Update Settings settings.update_setting_success = Organization setting has been successfully updated. settings.delete = Delete Organization settings.delete_account = Delete This Organization -settings.delete_prompt = The operation will delete this organization permanently, and <strong>CANNOT</strong> be undo! +settings.delete_prompt = The operation will delete this organization permanently, and <strong>CANNOT</strong> be undone! settings.confirm_delete_account = Confirm Deletion members.public = Public |