summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2025-08-04 18:20:32 +0200
committerJohannes Sixt <j6t@kdbg.org>2025-08-04 18:20:32 +0200
commit93ff79ed417e8d1afa770b31721ad3640ed2d0ad (patch)
treeb63c2ed9d4cc507226d5055b43627790b469c7d5
parent148e914f77a8eb675d2bd0d576a37316337ed965 (diff)
parent98a5b8564485ab300cfd743bdc5a4de7ba2f773b (diff)
Merge branch 'docglobs' of github.com:ilyagr/gitk
* 'docglobs' of github.com:ilyagr/gitk: gitk: Mention globs in description of preference to hide custom refs Signed-off-by: Johannes Sixt <j6t@kdbg.org>
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index bba6561ed8..3b6acfc592 100755
--- a/gitk
+++ b/gitk
@@ -11683,7 +11683,7 @@ proc prefspage_general {notebook} {
ttk::entry $page.refstohide -textvariable refstohide
ttk::frame $page.refstohidef
- ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated)" ]
+ ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated globs)" ]
pack $page.refstohidef.l -side left
pack configure $page.refstohidef.l -padx 10
grid x $page.refstohidef $page.refstohide -sticky ew