diff options
author | techwolf12 <christiaan@droiddev.nl> | 2016-02-05 15:11:25 +0100 |
---|---|---|
committer | techwolf12 <christiaan@droiddev.nl> | 2016-02-05 15:11:25 +0100 |
commit | 4a0d2edc3dc44175d52b706bb5d2f9d3c469e678 (patch) | |
tree | 7508912daf3511a71e4d069829b4ae438a35c4ef /conf | |
parent | 8e40f86d2c66268fcd4ff80ff5a35ba66cece581 (diff) | |
download | gitea-4a0d2edc3dc44175d52b706bb5d2f9d3c469e678.tar.gz gitea-4a0d2edc3dc44175d52b706bb5d2f9d3c469e678.zip |
Fixes small typo
Diffstat (limited to 'conf')
-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! |