From 987767d7a1cba27841433214ea1e4d76d2ad114f Mon Sep 17 00:00:00 2001 From: rangi Date: Sun, 15 May 2005 00:03:26 +0000 Subject: [PATCH] Just changed the intro text --- koha-curses/circ.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-curses/circ.pl b/koha-curses/circ.pl index 6ac4eaca71..2591316065 100755 --- a/koha-curses/circ.pl +++ b/koha-curses/circ.pl @@ -72,7 +72,8 @@ my $win3 = $cui->add( my $texteditor = $win1->add( "text", "TextEditor", - -text => "Here is some text\n" . "And some more" ); + -text => "This is the first cut of a \ncirculations system using Curses::UI\n". + "Use the menus (or the keyboard\nshortcuts) to choose issues or \nreturns"); $cui->set_binding( sub { $menu->focus() }, "\cX" ); $cui->set_binding( \&exit_dialog, "\cQ" ); -- 2.39.5