git-merge-octopus: do not capitalize "octopus"

In English, only proper nouns are capitalized.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alex Henrie 2016-09-07 22:34:40 -06:00 коммит произвёл Junio C Hamano
Родитель 7c406bd8a7
Коммит 1c67d534d9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,7 +30,7 @@ do
esac
done
# Reject if this is not an Octopus -- resolve should be used instead.
# Reject if this is not an octopus -- resolve should be used instead.
case "$remotes" in
?*' '?*)
;;
@ -59,7 +59,7 @@ do
# conflicts. Last round failed and we still had
# a head to merge.
gettextln "Automated merge did not work."
gettextln "Should not be doing an Octopus."
gettextln "Should not be doing an octopus."
exit 2
esac