1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

472 - Update error message

This commit is contained in:
Giorgio Previtera 2019-07-07 21:16:02 +01:00 committed by Jesse Duffield
parent 9fb9962ce7
commit b60ecdaa24
3 changed files with 3 additions and 3 deletions

View File

@ -750,7 +750,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Stash options",
}, &i18n.Message{
ID: "notARepository",
Other: "Error: must be run inside a repository",
Other: "Error: must be run inside a git repository",
},
)
}

View File

@ -773,7 +773,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "Stash options",
}, &i18n.Message{
ID: "notARepository",
Other: "Error: must be run inside a repository",
Other: "Error: must be run inside a git repository",
},
)
}

View File

@ -733,7 +733,7 @@ func addPolish(i18nObject *i18n.Bundle) error {
Other: "Stash options",
}, &i18n.Message{
ID: "notARepository",
Other: "Error: must be run inside a repository",
Other: "Error: must be run inside a git repository",
},
)
}