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:
parent
9dfe1bbadf
commit
cc7ea736bb
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user