Discussion:
[PATCH 2/2] git-gui: improve gui.maxfilesdisplayed popup message
Csaba Kiraly
2014-10-23 13:39:25 UTC
Permalink
Signed-off-by: Csaba Kiraly <***@disi.unitn.it>
---
git-gui.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-gui.sh b/git-gui.sh
index f86a948..211f57f 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -1977,7 +1977,7 @@ proc display_all_files {} {
if {!$files_warning} {
# do not repeatedly warn:
set files_warning 1
- info_popup [mc "Displaying only %s of %s files." \
+ info_popup [mc "Display limit (gui.maxfilesdisplayed = %s) reached, not showing all %s files." \
$display_limit [llength $to_display]]
}
continue
--
1.9.1
Loading...