From 7cdab1257b73a3ad9100c7384c1fedf95e9112f1 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 cc698a1..ce664cf 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