tag | 5d9bdeb409306d4a7b5dab7097aeecdda2bdb6f0 | |
---|---|---|
tagger | Shawn O. Pearce <spearce@spearce.org> | Sun Jan 27 04:08:32 2008 |
object | 3b8f19a02c3dd6043a7a6bdd65de2d4610c26b81 |
git-gui 0.9.2
commit | 3b8f19a02c3dd6043a7a6bdd65de2d4610c26b81 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Jan 23 04:56:15 2008 |
committer | Shawn O. Pearce <spearce@spearce.org> | Wed Jan 23 04:56:15 2008 |
tree | d91a0da771665c6abac7d76d6feb5aeb2d40bdf5 | |
parent | 2cd9ad2e71c57b283e8caf03de065bba1dff5f5f [diff] |
git-gui: Correctly cleanup msgfmt '1 message untranslated' output In the multiple message case we remove the word "messages" from the statistics output of msgfmt as it looks cleaner on the tty when you are watching the build process. However we failed to strip the word "message" when only 1 message was found to be untranslated or fuzzy, as msgfmt does not produce the 's' suffix. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>