From cc7ea736bb745cbe47203115e68b3b01cf234d8b Mon Sep 17 00:00:00 2001 From: Yuki Osaki Date: Mon, 21 Sep 2020 14:26:17 +0900 Subject: Change the descriptions to lowercase --- pkg/i18n/dutch.go | 4 ++-- pkg/i18n/english.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/i18n') 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", -- cgit v1.2.3