gitk: Remove tcl-format flag from a message that shouldn't have it
[gitweb.git] / gitk
diff --git a/gitk b/gitk
index cc5866f103282cd3f47512933c1e3865cf4668ab..9a2daf3c55b2292239ec9667a919b5121a7e965e 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -11330,6 +11330,7 @@ proc prefspage_general {notebook} {
     ${NS}::label $page.maxwidthl -text [mc "Maximum graph width (lines)"]
     spinbox $page.maxwidth -from 0 -to 100 -width 4 -textvariable maxwidth
     grid $page.spacer $page.maxwidthl $page.maxwidth -sticky w
+                                         #xgettext:no-tcl-format
     ${NS}::label $page.maxpctl -text [mc "Maximum graph width (% of pane)"]
     spinbox $page.maxpct -from 1 -to 100 -width 4 -textvariable maxgraphpct
     grid x $page.maxpctl $page.maxpct -sticky w