From 467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d Mon Sep 17 00:00:00 2001 From: Pheng Heong TAN Date: Sat, 9 Jul 2016 13:13:57 +0800 Subject: Modify behaviour of repo-delete. (#3232) Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch. --- conf/locale/locale_en-US.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/locale') diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1aff5d9d..13efc6bc 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -604,9 +604,7 @@ settings.delete = Delete This Repository settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. settings.delete_notices_1 = - This operation CANNOT 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 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.delete_notices_fork_1 = - All forks will become independent after deletion. settings.deletion_success = Repository has been deleted successfully! settings.update_settings_success = Repository options has been updated successfully. settings.transfer_owner = New Owner -- cgit v1.2.3