From be3731cfe86830f6f5d82f9c2a77a1589c528dd2 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 4 May 2010 03:39:43 +0000 Subject: [PATCH] Cosmetic adjustment to disconnect message. * share/menu.mpy (menu:disconnecting): Appended a newline to separate the disconnect message from any lines which the client might add thereafter, and switched from description to prompt. --- share/menu.mpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/menu.mpy b/share/menu.mpy index 3211886..d163309 100644 --- a/share/menu.mpy +++ b/share/menu.mpy @@ -81,7 +81,7 @@ description = This is the list of avatars available for you to delete. prompt = Whom would you like to delete? [menu:disconnecting] -description = $(red)Disconnecting...$(nrm) +prompt = $(red)Disconnecting...$(nrm)$(eol) [menu:disconnecting_duplicates] prompt = $(red)Closing your previous connection...$(nrm)$(eol) -- 2.11.0