diff options
author | Pheng Heong TAN <phtan90@gmail.com> | 2016-07-09 13:13:57 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-07-09 13:13:57 +0800 |
commit | 467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d (patch) | |
tree | 7bb31e4d1d94ff3bd6e304134c258c9f43c53019 /conf | |
parent | d62ab499784386935fa20152c1c163d0ef62d31a (diff) | |
download | gitea-467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d.tar.gz gitea-467d7dacb68da78c1ec8dbe45d1dc745ecdf7f8d.zip |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1aff5d9d3c..13efc6bca6 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 <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 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 |