Re: [PATCH] gitk: Update German translation
From: Christian Stimming <hidden>
Date: 2016-06-15 22:44:33
Am Freitag, 2. Mai 2008 13:49 schrieb Paul Mackerras:
quoted
By the way, the following two keybinding explanations seem ambiguous to
me:
quoted
quoted
<Home> Move to first commit <End> Move to last commitWhat happens is that <home> jumps to the newest commit and <end> jumps to the oldest commit. Whether the "first" commit should be the newest or the oldest is, well, somewhat ambiguous. I'd propose to talk about the newest or topmost commit, but rather not about the "first".Well, the commits aren't in date order, strictly speaking, and the last commit isn't necessarily the oldest (though the first commit will in fact be the newest). How about: <Home> Move to head of list <End> Move to tail of list Would that be any clearer?
I think "head of list" and "tail of list" are more the terms about the implementation detail and not so much an explanation that is easily understood for the user. I think some combination using the word "top" should rather be used to make it really clear we're talking about the upper end of the window. Christian