gitk: Remove tcl-format flag from a message that shouldn't have it
commit8a1692f6bcbbd1eb4a999c2e4f6ae7cb12e1453a
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 22 Jan 2015 08:19:39 +0000 (22 01:19 -0700)
committerPaul Mackerras <paulus@samba.org>
Sun, 15 Mar 2015 03:32:42 +0000 (15 14:32 +1100)
tree430692aa7218a60e9e319870aefebbcc95f8ab6f
parentce232c3a14de4653581e3ee2b4c9d638d521da68
gitk: Remove tcl-format flag from a message that shouldn't have it

xgettext sees "% o" and interprets it as a placeholder for an octal
number preceded by a space. However, in this case it's not actually a
placeholder, and most translations will replace the "% o" sequence with
something else. Removing the tcl-format flag from this string prevents
tools like Poedit from freaking out when "% o" doesn't appear in the
translated string.

The corrected flag will appear in each translation's po file the next time
the translation is updated with `make update-po`.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk