Just changed the intro text
authorrangi <rangi>
Sun, 15 May 2005 00:03:26 +0000 (00:03 +0000)
committerrangi <rangi>
Sun, 15 May 2005 00:03:26 +0000 (00:03 +0000)
koha-curses/circ.pl

index 6ac4eac..2591316 100755 (executable)
@@ -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" );