diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-09-26 15:31:42 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-26 15:31:42 -0400 |
commit | 96225dbe966fdbf00ef1a3a1dd801534953c9919 (patch) | |
tree | c61a66c84ed6993135f76135a15ec641f9341d09 /po/git-gui.pot | |
parent | git-gui: Switch the git-gui logo to Henrik Nyh's logo (diff) | |
download | tgif-96225dbe966fdbf00ef1a3a1dd801534953c9919.tar.xz |
git-gui: Make the status bar easier to read in the setup wizard
The setup wizard looks better if we layout the progress bar as
two lines: the first line holds the message text and our text
formatting of the progress while the second line holds the bar
itself. Both extend the full width of the window and we try to
pad out the message text so the window doesn't expand when the
completed progress number jumps to the next order of magnitude.
This change required updating the progress meter format string
to allow the application to supply the precision. So we also
are updating all of the translations at once to use the newer
formatting string.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'po/git-gui.pot')
-rw-r--r-- | po/git-gui.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/git-gui.pot b/po/git-gui.pot index 991efea5f3..b352302572 100644 --- a/po/git-gui.pot +++ b/po/git-gui.pot @@ -1216,7 +1216,7 @@ msgstr "" #: lib/status_bar.tcl:58 #, tcl-format -msgid "%s ... %i of %i %s (%2i%%)" +msgid "%s ... %*i of %*i %s (%3i%%)" msgstr "" #: lib/transport.tcl:7 |