From af4094e639ed99d27d3342d8661eb0534ec76ff7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 27 Aug 2015 00:16:04 +0000 Subject: [PATCH] Fix the macro name (YNQP, not YN) for line 720, used by textgen. --- ctrl/text.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 9411b3ff77..168abce6c4 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -865,7 +865,7 @@ "" 717 NodeActionPrivateChat "" 718 NodeActionPaging "" 719 NodeActionRetrieving -"YNQ*" 720 YN /* (Yes/No/Quit/Password chars) */ +"YNQ*" 720 YNQP /* (Yes/No/Quit/Password chars) */ "View signature" 721 ViewSignatureQ "Delete signature" 722 DeleteSignatureQ "Create/Edit signature" 723 CreateEditSignatureQ -- GitLab