[LON-CAPA-cvs] cvs: loncom /interface lonmenu.pm

www lon-capa-cvs@mail.lon-capa.org
Thu, 28 Oct 2004 18:12:48 -0000


www		Thu Oct 28 14:12:48 2004 EDT

  Modified files:              
    /loncom/interface	lonmenu.pm 
  Log:
  Make messages easier to understand for people who are new to LON-CAPA.
  
  
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.118 loncom/interface/lonmenu.pm:1.119
--- loncom/interface/lonmenu.pm:1.118	Thu Oct 28 12:25:21 2004
+++ loncom/interface/lonmenu.pm	Thu Oct 28 14:12:48 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines to control the menu
 #
-# $Id: lonmenu.pm,v 1.118 2004/10/28 16:25:21 albertel Exp $
+# $Id: lonmenu.pm,v 1.119 2004/10/28 18:12:48 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -532,7 +532,7 @@
 #
     my $configmenu=&rawconfig();
     my $esclowerurl=&Apache::lonnet::escape($lowerurl);
-    my $message=&mt('"Waiting for remote to load "+[_1]','waited');
+    my $message=&mt('"Waiting for Remote Control window to load: "+[_1]','waited');
     return(<<ENDREMOTESTARTUP);
 <script>
 var timestart;
@@ -615,12 +615,12 @@
         ($ENV{'environment.remote'} eq 'off')) { return ''; }
 
     my $esclowerurl=&Apache::lonnet::escape($lowerurl);
-    my $link=&mt('<a href="[_1]">Continue</a> on in inline remote mode',
+    my $link=&mt('<a href="[_1]">Continue</a> on in Inline Menu mode',
 		    "/adm/remote?action=collapse?url=$esclowerurl");
     return(<<ENDREMOTEFORM);
 <p>
 <form name="wheel">
-<input name="spin" type="text" size="40"/>
+<input name="spin" type="text" size="60" />
 </form>
 </p>
 <p>$link</p>