summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorEthan Koenig <ethantkoenig@gmail.com>2017-11-14 17:37:16 -0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-11-15 09:37:16 +0800
commitbd23e36becde2fbf109c51ee2abcaa167880a29a (patch)
tree92527dbbfd52820d52f34d2825460f2f018c9dd1 /options
parenta8832e12272755230ce540bd3bf1a200b1643d45 (diff)
downloadgitea-bd23e36becde2fbf109c51ee2abcaa167880a29a.tar.gz
gitea-bd23e36becde2fbf109c51ee2abcaa167880a29a.zip
Add owner to delete repo message (#2886)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 59c4d840ee..cdf4041c78 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -908,7 +908,7 @@ settings.wiki_deletion_success = Repository wiki data have been erased.
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 everything in this repository including code, issues, comments, the wiki, and collaborators associations.
+settings.delete_notices_2 = - This operation will permanently delete everything in the <strong>%s</strong> repository, including code, issues, comments, the wiki, and collaborators associations.
settings.delete_notices_fork_1 = - All forks will become independent repositories after deletion.
settings.deletion_success = Repository has been deleted.
settings.update_settings_success = Repository options have been updated.