]> source.dussan.org Git - nextcloud-server.git/commitdiff
Grammatical fixes
authorLukas Reschke <lukas@statuscode.ch>
Sun, 27 Apr 2014 14:31:04 +0000 (16:31 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Sun, 27 Apr 2014 14:31:04 +0000 (16:31 +0200)
lib/base.php

index 3a56a2f8b9857387a2f2eec6131dc304209e0f62..d425706e8ed1af3e1963bb9f139682e66461600a 100644 (file)
@@ -14,7 +14,7 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
+ *t
  * 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/>.
  *
@@ -721,7 +721,7 @@ class OC {
                        header('Status: 400 Bad Request');
                        OC_Template::printErrorPage(
                                $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;
                }