Grammatical fixes

This commit is contained in:
Lukas Reschke 2014-04-27 16:31:04 +02:00
parent b6612ef04a
commit 7a8bfeae6e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
* *t
* You should have received a copy of the GNU Affero General Public * You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
* *
@ -721,7 +721,7 @@ class OC {
header('Status: 400 Bad Request'); header('Status: 400 Bad Request');
OC_Template::printErrorPage( OC_Template::printErrorPage(
$l->t('You are accessing the server from an untrusted domain.'), $l->t('You are accessing the server from an untrusted domain.'),
$l->t('Please contact your administrator. If you are the administrator of this instance configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.') $l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.')
); );
return; return;
} }