summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-10 16:20:35 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-10 22:32:13 +1100
commite85310c0a92a89167530241bdc3fc5f66a48706d (patch)
treef7989a8b002d2d5aa847460cae112aac9f64b669 /pkg/i18n
parentcd17b46b55e312b3ba4e3ab9d3d96a8eeb20fded (diff)
add mouse support
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go7
-rw-r--r--pkg/i18n/english.go7
-rw-r--r--pkg/i18n/polish.go7
3 files changed, 15 insertions, 6 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 43b36a8f0..b68acf54f 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -38,8 +38,11 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "StashTitle",
Other: "Stash",
}, &i18n.Message{
- ID: "StagingMainTitle",
- Other: `Stage Lines/Hunks`,
+ ID: "UnstagedChanges",
+ Other: `Unstaged Changes`,
+ }, &i18n.Message{
+ ID: "StagedChanges",
+ Other: `Staged Changes`,
}, &i18n.Message{
ID: "MergingMainTitle",
Other: "Resolve merge conflicts",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 856fd7d85..3d19c0e8a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -46,8 +46,11 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "StashTitle",
Other: "Stash",
}, &i18n.Message{
- ID: "StagingMainTitle",
- Other: `Stage Lines/Hunks`,
+ ID: "UnstagedChanges",
+ Other: `Unstaged Changes`,
+ }, &i18n.Message{
+ ID: "StagedChanges",
+ Other: `Staged Changes`,
}, &i18n.Message{
ID: "PatchBuildingMainTitle",
Other: `Add Lines/Hunks To Patch`,
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 21c1f2231..8100cb6ba 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -36,8 +36,11 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "StashTitle",
Other: "Schowek",
}, &i18n.Message{
- ID: "StagingMainTitle",
- Other: `Stage Lines/Hunks`,
+ ID: "UnstagedChanges",
+ Other: `Unstaged Changes`,
+ }, &i18n.Message{
+ ID: "StagedChanges",
+ Other: `Staged Changes`,
}, &i18n.Message{
ID: "MergingMainTitle",
Other: "Resolve merge conflicts",