commit ebdb647450eb30dc73a3ac987b520e302000c9e6
parent 0c2aac5ff88b2f8b00296eaffa0e4324dcde8555
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 27 May 2018 17:53:36 +0200
tweaks: adjust a translator hint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/text.c b/src/text.c
@@ -699,7 +699,7 @@ void do_undo(void)
openfile->current_x = u->begin;
switch (u->type) {
case ADD:
- /* TRANSLATORS: The next twelve strings describe actions
+ /* TRANSLATORS: The next thirteen strings describe actions
* that are undone or redone. It are all nouns, not verbs. */
undidmsg = _("text add");
if (u->xflags == WAS_FINAL_LINE && !ISSET(NO_NEWLINES))