--- loncom/interface/londocs.pm 2014/12/21 16:26:31 1.591 +++ loncom/interface/londocs.pm 2015/03/23 12:51:26 1.593 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.591 2014/12/21 16:26:31 raeburn Exp $ +# $Id: londocs.pm,v 1.593 2015/03/23 12:51:26 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2806,7 +2806,7 @@ sub editor { # Rename, cut, copy or remove a single resource if (&handle_edit_cmd()) { my $contentchg; - if ($env{'form.cmd'} =~ m{^(del|cut)_}) { + if ($env{'form.cmd'} =~ m{^(remove|cut)_}) { $contentchg = 1; } ($errtext,$fatal)=&storemap($coursenum,$coursedom,$folder.'.'.$container,$contentchg); @@ -3892,7 +3892,7 @@ sub new_timebased_suffix { '
'. &mt('A lockfile was not released when you added content to the clipboard earlier in this session.').' '. - &mt('As a result addition of items to the clipboard wll be unavailable until your next log-in.'); + &mt('As a result addition of items to the clipboard will be unavailable until your next log-in.'); } else { $locknotfreed .= &mt('This will prevent addition of items to the clipboard until your next log-in.');