aboutsummaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/rtree/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rtree/index.go b/pkg/rtree/index.go
index 88e8b2d..ad53bbd 100644
--- a/pkg/rtree/index.go
+++ b/pkg/rtree/index.go
@@ -162,7 +162,7 @@ func (i *Index) Rebuild() error {
} else {
selection, err = cli.Interface.Query(
fmt.Sprintf("repository %s has been deleted", filepath.Join(RootPath, repo.CheckoutPath)),
- cli.Choice{Return: "r", Shortcut: 'r', Text: "(r)estore from " + strings.Join(remoteURLs, " and ")},
+ cli.Choice{Return: "r", Shortcut: 'r', Text: "restore from " + strings.Join(remoteURLs, " and ")},
cli.Choice{Return: "d", Shortcut: 'd', Text: "delete from index"},
cli.Choice{Return: "s", Shortcut: 's', Text: "skip"},
)