mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-20 16:33:37 +03:00
tweaks: adjust a translator hint
This commit is contained in:
parent
0c2aac5ff8
commit
ebdb647450
@ -699,7 +699,7 @@ void do_undo(void)
|
|||||||
openfile->current_x = u->begin;
|
openfile->current_x = u->begin;
|
||||||
switch (u->type) {
|
switch (u->type) {
|
||||||
case ADD:
|
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. */
|
* that are undone or redone. It are all nouns, not verbs. */
|
||||||
undidmsg = _("text add");
|
undidmsg = _("text add");
|
||||||
if (u->xflags == WAS_FINAL_LINE && !ISSET(NO_NEWLINES))
|
if (u->xflags == WAS_FINAL_LINE && !ISSET(NO_NEWLINES))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user