All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] git-gui: improve gui.maxfilesdisplayed popup message
@ 2014-10-23 13:39 Csaba Kiraly
  0 siblings, 0 replies; only message in thread
From: Csaba Kiraly @ 2014-10-23 13:39 UTC (permalink / raw)
  To: git; +Cc: Dan Zwell, Shawn O. Pearce, Pat Thoyts, Csaba Kiraly


Signed-off-by: Csaba Kiraly <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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-23 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-23 13:39 [PATCH 2/2] git-gui: improve gui.maxfilesdisplayed popup message Csaba Kiraly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.