summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-11 13:27:32 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-16 10:20:27 +1100
commit3f567c952c310a1bc446c2c89fc5857b8ef79053 (patch)
tree1c7fb5a635564e81c37f2ec6d874d98ea01c2060 /pkg/i18n/polish.go
parent4f7f6a073ced1b31be6bbac119d1f0f4de229578 (diff)
i18n for error message about a feature being disabled for GPG users
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 37791d9e5..2eaddeff1 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -650,6 +650,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "DiscardFileChangesPrompt",
Other: "Are you sure you want to discard this commit's changes to this file? If this file was created in this commit, it will be deleted",
+ }, &i18n.Message{
+ ID: "DisabledForGPG",
+ Other: "Feature not available for users using GPG",
},
)
}