summaryrefslogtreecommitdiffstats
path: root/src/po/es.po
diff options
context:
space:
mode:
authorKyle Kovacs <kkovacs@diconfiberoptics.com>2024-07-04 17:51:09 +0200
committerChristian Brabandt <cb@256bit.org>2024-07-04 17:51:09 +0200
commit68f5ceddca2ec2d591b9180020c95bb86bf6d3d2 (patch)
tree22b4b76ed341ea0caeb8ee941d8728bc2e88a81e /src/po/es.po
parentcd33faf6147d3209b7811c1ecb68519375b9e982 (diff)
patch 9.1.0528: spell completion message still wrong in translationsv9.1.0528
Problem: spell completion message still wrong in translations (after 9.1.0512) Solution: Update translation files with the new message (Kyle Kovacs) closes: #15113 Signed-off-by: Kyle Kovacs <kkovacs@diconfiberoptics.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/po/es.po')
-rw-r--r--src/po/es.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/po/es.po b/src/po/es.po
index f4a02fa9c5..8b072d8bae 100644
--- a/src/po/es.po
+++ b/src/po/es.po
@@ -1351,8 +1351,8 @@ msgstr " Completar definido por usuario (^U^N^P)"
msgid " Omni completion (^O^N^P)"
msgstr " Completar con método Omni (^O^N^P)"
-msgid " Spelling suggestion (s^N^P)"
-msgstr " Sugerencia de ortografía (s^N^P)"
+msgid " Spelling suggestion (^S^N^P)"
+msgstr " Sugerencia de ortografía (^S^N^P)"
# Scroll has its own msgs, in its place there is the msg for local
# * ctrl_x_mode = 0 (eg continue_status & CONT_LOCAL) -- Acevedo