diff options
author | Unknwon <u@gogs.io> | 2016-02-05 09:32:52 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-05 09:32:52 -0500 |
commit | b024de7bf5db3cca4b0406c45259cda5dc116c52 (patch) | |
tree | 7508912daf3511a71e4d069829b4ae438a35c4ef | |
parent | 8e40f86d2c66268fcd4ff80ff5a35ba66cece581 (diff) | |
parent | 4a0d2edc3dc44175d52b706bb5d2f9d3c469e678 (diff) | |
download | gitea-b024de7bf5db3cca4b0406c45259cda5dc116c52.tar.gz gitea-b024de7bf5db3cca4b0406c45259cda5dc116c52.zip |
Merge pull request #2559 from Techwolf12/develop
Fixes small typo
-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 f157cbf436..17cb8c5139 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -591,7 +591,7 @@ settings.transfer_notices_2 = - You will conserve access if new owner is an orga settings.transfer_form_title = Please enter following information to confirm your operation: settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone. settings.delete_notices_2 = - This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. -settings.delete_notices_fork_1 = - If this repository is public, all forks will be became independent after deletion. +settings.delete_notices_fork_1 = - If this repository is public, all forks will become independent after deletion. settings.delete_notices_fork_2 = - If this repository is private, all forks will be removed at the same time. settings.delete_notices_fork_3 = - If you want to keep all forks after deletion, please change visibility of this repository to public first. settings.deletion_success = Repository has been deleted successfully! |