diff options
Diffstat (limited to 'viewAutotypist.go')
| -rw-r--r-- | viewAutotypist.go | 2 |
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 |
