summaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2017-02-25 04:12:17 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-25 11:12:17 +0800
commit44827698e2515330eedbef3e5a604899ac1b7ce8 (patch)
tree598658c5b0aa42534e8ed84372d84441ab9d5cab /options/locale
parentf1412142e005fef97cf3216c045b24d6cde36de5 (diff)
downloadgitea-44827698e2515330eedbef3e5a604899ac1b7ce8.tar.gz
gitea-44827698e2515330eedbef3e5a604899ac1b7ce8.zip
Reword the reinit_missing_repos message to be clear about what it does (#1047)
I was confused by current wording, which seemed to imply that *records* would be initialized, while instead the function initializes the *git repositories* instead, where missing but referenced.
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 5a8b4ebd22..d5e217640b 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1005,8 +1005,8 @@ dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non
dashboard.resync_all_sshkeys_success = All public keys have been rewritten successfully.
dashboard.resync_all_hooks = Resync pre-receive, update and post-receive hooks of all repositories.
dashboard.resync_all_hooks_success = All repositories' pre-receive, update and post-receive hooks have been resynced successfully.
-dashboard.reinit_missing_repos = Reinitialize all repository records that lost Git files
-dashboard.reinit_missing_repos_success = All repository records that lost Git files have been reinitialized successfully.
+dashboard.reinit_missing_repos = Reinitialize all lost Git repositories for which records exist
+dashboard.reinit_missing_repos_success = All lost Git repositories for which records existed have been reinitialized successfully.
dashboard.server_uptime = Server Uptime
dashboard.current_goroutine = Current Goroutines