aboutsummaryrefslogtreecommitdiff
path: root/gui/internal/model/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui/internal/model/sort.go')
-rw-r--r--gui/internal/model/sort.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/internal/model/sort.go b/gui/internal/model/sort.go
index 9968a08..1918576 100644
--- a/gui/internal/model/sort.go
+++ b/gui/internal/model/sort.go
@@ -9,7 +9,7 @@ import (
// The orders a plan can be read in. "default" is the order krino planned
// the directory in, which is the order the files were scanned; the rest are
-// what a column is worth sorting by (his request, 2026-09-17).
+// what a column is worth sorting by.
const (
SortDefault = "default"
SortName = "name"