summaryrefslogtreecommitdiff
path: root/viewAutotypist.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 10:59:42 -0600
committerJeff Carr <[email protected]>2024-02-20 10:59:42 -0600
commit24b13e7ea4d9a0aef6cc4f98cce8c7339b5c5e98 (patch)
tree5990de8a6f19a44a0125dfdaf058230e655f132f /viewAutotypist.go
parent14b2fbb00bbff263f52d4a170397129cbb05046e (diff)
fix window and group names
Diffstat (limited to 'viewAutotypist.go')
-rw-r--r--viewAutotypist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewAutotypist.go b/viewAutotypist.go
index 54e638c..4e1b071 100644
--- a/viewAutotypist.go
+++ b/viewAutotypist.go
@@ -15,7 +15,7 @@ func AutotypistView(parent *gui.Node) *RepoList {
// me.reposbox = gui.RawBox()
me.reposbox = parent
- me.reposgroup = me.reposbox.NewGroup("git repositories (configure in ~/.config/myrepolist)")
+ me.reposgroup = me.reposbox.NewGroup("my git repositories (configure in ~/.config/autotypist)")
me.reposgrid = me.reposgroup.NewGrid("test", 0, 0)
me.reposgrid.NewLabel("") // path goes here