diff options
| author | Johannes Sixt <j6t@kdbg.org> | 2025-08-04 18:20:32 +0200 |
|---|---|---|
| committer | Johannes Sixt <j6t@kdbg.org> | 2025-08-04 18:20:32 +0200 |
| commit | 93ff79ed417e8d1afa770b31721ad3640ed2d0ad (patch) | |
| tree | b63c2ed9d4cc507226d5055b43627790b469c7d5 | |
| parent | Merge branch 'ml/tcltk-9' (diff) | |
| parent | gitk: Mention globs in description of preference to hide custom refs (diff) | |
| download | git-93ff79ed417e8d1afa770b31721ad3640ed2d0ad.tar.gz git-93ff79ed417e8d1afa770b31721ad3640ed2d0ad.zip | |
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>
Diffstat (limited to '')
| -rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
