Fix string substitution. Now the "Key bindings" message under the "Help" menu is ready for translation. Signed-off-by: Michele Ballabio <barra_cuda@xxxxxxxxxxxx> --- gitk | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gitk b/gitk index 4a923af..871a006 100755 --- a/gitk +++ b/gitk @@ -1309,7 +1309,7 @@ proc keys {} { message $w.m -text [mc " Gitk key bindings: -<$M1T-Q> Quit +<%s-Q> Quit <Home> Move to first commit <End> Move to last commit <Up>, p, i Move up one commit @@ -1318,12 +1318,12 @@ Gitk key bindings: <Right>, x, l Go forward in history list <PageUp> Move up one page in commit list <PageDown> Move down one page in commit list -<$M1T-Home> Scroll to top of commit list -<$M1T-End> Scroll to bottom of commit list -<$M1T-Up> Scroll commit list up one line -<$M1T-Down> Scroll commit list down one line -<$M1T-PageUp> Scroll commit list up one page -<$M1T-PageDown> Scroll commit list down one page +<%s-Home> Scroll to top of commit list +<%s-End> Scroll to bottom of commit list +<%s-Up> Scroll commit list up one line +<%s-Down> Scroll commit list down one line +<%s-PageUp> Scroll commit list up one page +<%s-PageDown> Scroll commit list down one page <Shift-Up> Find backwards (upwards, later commits) <Shift-Down> Find forwards (downwards, earlier commits) <Delete>, b Scroll diff view up one page @@ -1331,20 +1331,20 @@ Gitk key bindings: <Space> Scroll diff view down one page u Scroll diff view up 18 lines d Scroll diff view down 18 lines -<$M1T-F> Find -<$M1T-G> Move to next find hit +<%s-F> Find +<%s-G> Move to next find hit <Return> Move to next find hit / Move to next find hit, or redo find ? Move to previous find hit f Scroll diff view to next file -<$M1T-S> Search for next hit in diff view -<$M1T-R> Search for previous hit in diff view -<$M1T-KP+> Increase font size -<$M1T-plus> Increase font size -<$M1T-KP-> Decrease font size -<$M1T-minus> Decrease font size +<%s-S> Search for next hit in diff view +<%s-R> Search for previous hit in diff view +<%s-KP+> Increase font size +<%s-plus> Increase font size +<%s-KP-> Decrease font size +<%s-minus> Decrease font size <F5> Update -"] \ +" $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T $M1T ] \ -justify left -bg white -border 2 -relief groove pack $w.m -side top -fill both -padx 2 -pady 2 button $w.ok -text [mc "Close"] -command "destroy $w" -default active -- 1.5.3.5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html