summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorskanehira <sho19921005@gmail.com>2019-03-28 18:58:34 +0900
committerJesse Duffield <jessedduffield@gmail.com>2019-04-06 13:02:20 +1100
commitf34be1896af14df2d636aa9aa3cfa857994a22b5 (patch)
tree5ab2fdbb29f2b95b074aa2075f5e3bab8fd66b8c /pkg/i18n
parentc350cdba4337fa8961e5fbe16e70d73fae7ccc20 (diff)
fixed some #397
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go4
-rw-r--r--pkg/i18n/english.go4
-rw-r--r--pkg/i18n/polish.go4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index c87f93c9b..d5c3423d5 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -30,10 +30,10 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Commits",
}, &i18n.Message{
ID: "CommitsDiffTitle",
- Other: "Commits(specific diff mode)",
+ Other: "Commits (specific diff mode)",
}, &i18n.Message{
ID: "CommitsDiff",
- Other: "diff specific commits",
+ Other: "select commit to diff with another commit",
}, &i18n.Message{
ID: "StashTitle",
Other: "Stash",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index c5fd61924..5d838cb89 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -38,10 +38,10 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "Commits",
}, &i18n.Message{
ID: "CommitsDiffTitle",
- Other: "Commits(specific diff mode)",
+ Other: "Commits (specific diff mode)",
}, &i18n.Message{
ID: "CommitsDiff",
- Other: "diff specific commits",
+ Other: "select commit to diff with another commit",
}, &i18n.Message{
ID: "StashTitle",
Other: "Stash",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index cf9d7abf5..38ef84489 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -28,10 +28,10 @@ func addPolish(i18nObject *i18n.Bundle) error {
Other: "Commity",
}, &i18n.Message{
ID: "CommitsDiffTitle",
- Other: "Commits(specific diff mode)",
+ Other: "Commits (specific diff mode)",
}, &i18n.Message{
ID: "CommitsDiff",
- Other: "diff specific commits",
+ Other: "select commit to diff with another commit",
}, &i18n.Message{
ID: "StashTitle",
Other: "Schowek",