gitk: use more natural language for labels of color preferences

The labels used to be clickable buttons. These would have looked funny
if they carried long texts. For this reason, jargon and abbreviations
were used to keep them short. Since there is no button frame around the
labels anymore, the texts can become longer without becoming ugly.
Bring them closer to natural language.

Remove the prefix "Diff" from labels, because the remaining texts are
sufficiently unambiguous that they are about diff text.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
main
Johannes Sixt 2026-08-03 23:37:33 +02:00
parent 8cb535f6cc
commit 43ce3bafb8
1 changed files with 9 additions and 9 deletions

18
gitk
View File

@ -11838,31 +11838,31 @@ proc prefspage_colors {notebook} {
[mc "Background"] \
[mc "background"] \
fg fgcolor {} \
[mc "Foreground"] \
[mc "Main text"] \
[mc "foreground"] \
diffold diffcolors 0 \
[mc "Diff: old lines"] \
[mc "Old line text"] \
[mc "diff old lines"] \
diffoldbg diffbgcolors 0 \
[mc "Diff: old lines bg"] \
[mc "Old line background"] \
[mc "diff old lines bg"] \
diffnew diffcolors 1 \
[mc "Diff: new lines"] \
[mc "New line text"] \
[mc "diff new lines"] \
diffnewbg diffbgcolors 1 \
[mc "Diff: new lines bg"] \
[mc "New line background"] \
[mc "diff new lines bg"] \
hunksep diffcolors 2 \
[mc "Diff: hunk header"] \
[mc "Hunk header text"] \
[mc "diff hunk header"] \
markbg markbgcolor {} \
[mc "Marked line bg"] \
[mc "Marked line background"] \
[mc "marked line background"] \
selbg selectbgcolor {} \
[mc "Select bg"] \
[mc "Selected text background"] \
[mc "background"] \
linkfg linkfgcolor {} \
[mc "Link"] \
[mc "Link text"] \
[mc "link"] \
]