--- loncom/interface/domainprefs.pm 2011/08/15 05:16:30 1.153 +++ loncom/interface/domainprefs.pm 2011/08/17 11:16:59 1.154 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.153 2011/08/15 05:16:30 raeburn Exp $ +# $Id: domainprefs.pm,v 1.154 2011/08/17 11:16:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7862,14 +7862,13 @@ sub active_dc_picker { sub usersession_titles { return &Apache::lonlocal::texthash( hosted => 'Hosting of sessions for users from other domains on servers in this domain', - remote => 'Hosting of sessions for users in this domain on servers in other domains', spares => 'Servers offloaded to, when busy', version => 'LON-CAPA version requirement', excludedomain => 'Allow all, but exclude specific domains', includedomain => 'Deny all, but include specific domains', primary => 'Primary (checked first)', - default => 'Default', + default => 'Default', ); }