From 15bab057de417ab1efc9e46a8f753fe4add3da86 Mon Sep 17 00:00:00 2001
From: Kirill Likhodedov
Date: Mon, 15 Nov 2010 11:44:58 +0300
Subject: [PATCH] IDEA-50604: Made the text in "Locally Modified Files Are
Detected" dialog more comprehensive.
---
.../git4idea/src/git4idea/i18n/GitBundle.properties | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties
index 7300a042a0fb..9d4e77bfb531 100644
--- a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties
+++ b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties
@@ -421,11 +421,17 @@ unstash.unstashing=Unstashing...
unstash.view.tooltip=View selected stash
unstash.view=&View
unstashing.title=UnStashing changes...
-update.locally.modified.files.tooltip=The list of files that are considered to be locally modified.
+update.locally.modified.files.tooltip=Locally modified files.
update.locally.modified.files=&Files:
update.locally.modified.git.root=Git Root:
-update.locally.modified.message=The following files under this root are locally modified. The following might have happened:
\
+
+update.locally.modified.rescan.tooltip=Rescan the repository to check for locally modified files again.
Use this button if you have resolved the problem manually.
update.locally.modified.rescan=Re&scan
update.locally.modified.revert=Revert Files
update.locally.modified.title=Locally modified files are detected