summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorYuki Osaki <yuki.osaki7@gamail.com>2020-09-21 14:26:17 +0900
committerJesse Duffield <jessedduffield@gmail.com>2020-09-21 15:35:50 +1000
commitcc7ea736bb745cbe47203115e68b3b01cf234d8b (patch)
tree2cdb3bbca53b53847239e8ad1c416b201e441ae8 /pkg/i18n
parent9dfe1bbadfb6089f83e62f04ddd24fd6f5e18929 (diff)
Change the descriptions to lowercase
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go4
-rw-r--r--pkg/i18n/english.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index c2b71112d..41954c78f 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -1146,10 +1146,10 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "copieer branch name naar clipboard",
}, &i18n.Message{
ID: "copyFileNameToClipboard",
- Other: "Kopieer de bestandsnaam naar het klembord",
+ Other: "kopieer de bestandsnaam naar het klembord",
}, &i18n.Message{
ID: "copyCommitFileNameToClipboard",
- Other: "Kopieer de vastgelegde bestandsnaam naar het klembord",
+ Other: "kopieer de vastgelegde bestandsnaam naar het klembord",
}, &i18n.Message{
ID: "commitPrefixPatternError",
Other: "Fout in commitPrefix patroon",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 6a609d6e4..50b170462 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1154,7 +1154,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "copy the file name to the clipboard",
}, &i18n.Message{
ID: "copyCommitFileNameToClipboard",
- Other: "Copy the committed file name to the clipboard",
+ Other: "copy the committed file name to the clipboard",
}, &i18n.Message{
ID: "commitPrefixPatternError",
Other: "Error in commitPrefix pattern",