472 - Update error message

This commit is contained in:
Giorgio Previtera
2019-07-14 14:24:18 +10:00
committed by Jesse Duffield
parent 9fb9962ce7
commit b60ecdaa24
3 changed files with 3 additions and 3 deletions
+1 -1
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",
},
)
}
+1 -1
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",
},
)
}
+1 -1
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",
},
)
}