[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm
raeburn
raeburn at source.lon-capa.org
Sun Mar 19 14:06:24 EDT 2017
raeburn Sun Mar 19 18:06:24 2017 EDT
Modified files:
/loncom/interface loncreateuser.pm
Log:
- Wording change.
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.434 loncom/interface/loncreateuser.pm:1.435
--- loncom/interface/loncreateuser.pm:1.434 Sat Jan 28 23:26:46 2017
+++ loncom/interface/loncreateuser.pm Sun Mar 19 18:06:23 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.434 2017/01/28 23:26:46 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.435 2017/03/19 18:06:23 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8224,7 +8224,7 @@
my $domd_chk = &domdirectorysrch_check($srch);
$response .= '<span class="LC_warning">'.$instd_chk.'</span><br />';
if ($domd_chk eq 'ok') {
- $response .= &mt('You may want to search in the LON-CAPA domain instead of the institutional directory.');
+ $response .= &mt('You may want to search in the LON-CAPA domain instead of in the institutional directory.');
}
$response .= '<br />';
}
@@ -8235,7 +8235,7 @@
my $instd_chk = &instdirectorysrch_check($srch);
$response .= '<span class="LC_warning">'.$domd_chk.'</span><br />';
if ($instd_chk eq 'ok') {
- $response .= &mt('You may want to search in the institutional directory instead of the LON-CAPA domain.');
+ $response .= &mt('You may want to search in the institutional directory instead of in the LON-CAPA domain.');
}
$response .= '<br />';
}
@@ -8336,7 +8336,7 @@
$response = '<span class="LC_warning">'.
&mt('Institutional directory search is not available in domain: [_1]',$showdom).
'</span><br />'.
- &mt('You may want to search in the LON-CAPA domain instead of the institutional directory.').
+ &mt('You may want to search in the LON-CAPA domain instead of in the institutional directory.').
'<br />';
}
}
@@ -8409,7 +8409,7 @@
$response = '<span class="LC_warning">'.
&mt('Institutional directory search is not available in domain: [_1]',$showdom).
'</span><br />'.
- &mt('You may want to search in the LON-CAPA domain instead of the institutional directory.').
+ &mt('You may want to search in the LON-CAPA domain instead of in the institutional directory.').
'<br />';
}
}
More information about the LON-CAPA-cvs
mailing list