From 44992a43c78ac12a4d3c0d7be99b365fe883e1fd Mon Sep 17 00:00:00 2001
From: mfranz <mfranz>
Date: Thu, 22 Jan 2009 23:29:57 +0000
Subject: [PATCH] line-wrap help text for new font

---
 gui/dialogs/nasal-console.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gui/dialogs/nasal-console.xml b/gui/dialogs/nasal-console.xml
index 4792aafce..cc64b0dc5 100644
--- a/gui/dialogs/nasal-console.xml
+++ b/gui/dialogs/nasal-console.xml
@@ -221,13 +221,14 @@
 					c.setBoolValue(0);
 
 				edit.setValue("Keys:\n"
-					~ "  tab ... leave edit mode (visible text cursor)\n"
+					~ "  tab    ... leave edit mode (visible text cursor)\n"
 					~ "  return ... execute active code\n"
 					~ "  ctrl-c ... clear input field\n"
 					~ "  ctrl-d ... dump input field contents to terminal\n"
-					~ "  esc ... close dialog\n\n"
-					~ "Ctrl-click on tab buttons executes code without switching to the tab.\n"
-					~ "Add more &lt;code> properties in ~/.fgfs/autosave.xml for more tab buttons.");
+					~ "  esc    ... close dialog\n\n"
+					~ "Ctrl-click on tab buttons executes code without\n"
+					~ "switching to the tab. Add more &lt;code> properties\n"
+					~ "in ~/.fgfs/autosave.xml for more tab buttons.");
 			}
 
 			# setup tab buttons and properties from the template