From 44827698e2515330eedbef3e5a604899ac1b7ce8 Mon Sep 17 00:00:00 2001
From: Sandro Santilli <strk@kbt.io>
Date: Sat, 25 Feb 2017 04:12:17 +0100
Subject: [PATCH] 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.
---
 options/locale/locale_en-US.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 5a8b4ebd2..d5e217640 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