aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2018-02-25 20:14:32 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-25 20:14:32 +0100
commitf588113191e54905ae75ecc4b5991586d5aea240 (patch)
treebf21cb0fa6680ef4edfb95d6b63aef375c72c119
parent158f8b7ce3051127918148f7f8e9892a4c9ae34f (diff)
downloadrneovim-f588113191e54905ae75ecc4b5991586d5aea240.tar.gz
rneovim-f588113191e54905ae75ecc4b5991586d5aea240.tar.bz2
rneovim-f588113191e54905ae75ecc4b5991586d5aea240.zip
shada: fix typo (#8066)
-rw-r--r--src/nvim/po/af.po2
-rw-r--r--src/nvim/po/fi.po2
-rw-r--r--src/nvim/po/uk.po2
-rw-r--r--src/nvim/shada.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/nvim/po/af.po b/src/nvim/po/af.po
index 27bb2d3a80..f42ad04409 100644
--- a/src/nvim/po/af.po
+++ b/src/nvim/po/af.po
@@ -4654,7 +4654,7 @@ msgstr " GEFAAL"
#~ msgstr ""
#, fuzzy, c-format
-#~ msgid "Did not rename %s because %s does not looks like a ShaDa file"
+#~ msgid "Did not rename %s because %s does not look like a ShaDa file"
#~ msgstr " [lyk nie soos 'n Vim ruiller nie]"
#, c-format
diff --git a/src/nvim/po/fi.po b/src/nvim/po/fi.po
index e491649e14..8fa0cc48d4 100644
--- a/src/nvim/po/fi.po
+++ b/src/nvim/po/fi.po
@@ -4719,7 +4719,7 @@ msgstr " EPÄONNISTUI"
#~ msgstr "E886: Viminfo-tiedostoa ei voit uudelleennimetä nimelle %s"
#, fuzzy, c-format
-#~ msgid "Did not rename %s because %s does not looks like a ShaDa file"
+#~ msgid "Did not rename %s because %s does not look like a ShaDa file"
#~ msgstr " [ei näytä Vimin swap-tiedostolta]"
#, c-format
diff --git a/src/nvim/po/uk.po b/src/nvim/po/uk.po
index 68425073c7..1ac2d2247a 100644
--- a/src/nvim/po/uk.po
+++ b/src/nvim/po/uk.po
@@ -4473,7 +4473,7 @@ msgid "Can't rename ShaDa file from %s to %s!"
msgstr "Не вдалося перейменувати файл ShaDa з %s у %s!"
#, c-format
-msgid "Did not rename %s because %s does not looks like a ShaDa file"
+msgid "Did not rename %s because %s does not look like a ShaDa file"
msgstr "Не перейменував %s, тому що %s не схожий на файл ShaDa"
#, c-format
diff --git a/src/nvim/shada.c b/src/nvim/shada.c
index c00fd912ec..a1ce00f665 100644
--- a/src/nvim/shada.c
+++ b/src/nvim/shada.c
@@ -2992,7 +2992,7 @@ shada_write_file_nomerge: {}
} else {
if (sw_ret == kSDWriteReadNotShada) {
EMSG3(_(RNERR "Did not rename %s because %s "
- "does not looks like a ShaDa file"), tempname, fname);
+ "does not look like a ShaDa file"), tempname, fname);
} else {
EMSG3(_(RNERR "Did not rename %s to %s because there were errors "
"during writing it"), tempname, fname);