summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-16 17:35:59 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commit986abc1e45e314e68beb7c0ba92804e60c99310b (patch)
tree788b7f689a051c414bec231489279f0f41a949bd /pkg/i18n/polish.go
parent61dac10bb94874800d7b955c875cbcc3b3efa546 (diff)
support viewing a remote branch
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 3bd6e93f0..bd9d4bc10 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -743,6 +743,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "EnterUpstream",
Other: `Enter upstream as '<remote> <branchname>'`,
+ }, &i18n.Message{
+ ID: "ReturnToRemotesList",
+ Other: `return to remotes list`,
},
)
}