1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00

Change the descriptions to lowercase

This commit is contained in:
Yuki Osaki 2020-09-21 14:26:17 +09:00 committed by Jesse Duffield
parent 9dfe1bbadf
commit cc7ea736bb
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",