From: Csaba Kiraly <kiraly@disi•unitn.it>
To: git@vger•kernel.org
Cc: Dan Zwell <dzwell@zwell•net>,
"Shawn O. Pearce" <spearce@spearce•org>,
Pat Thoyts <patthoyts@users•sourceforge.net>,
Csaba Kiraly <kiraly@fbk•eu>
Subject: [PATCH 2/2] git-gui: improve gui.maxfilesdisplayed popup message
Date: Thu, 23 Oct 2014 15:39:25 +0200 [thread overview]
Message-ID: <5449050D.9010503@disi.unitn.it> (raw)
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
reply other threads:[~2014-10-23 13:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5449050D.9010503@disi.unitn.it \
--to=kiraly@disi$(echo .)unitn.it \
--cc=dzwell@zwell$(echo .)net \
--cc=git@vger$(echo .)kernel.org \
--cc=kiraly@fbk$(echo .)eu \
--cc=patthoyts@users$(echo .)sourceforge.net \
--cc=spearce@spearce$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox