]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix apostrophe fixes #9486
authorVolkan Gezer <wakeup@users.noreply.github.com>
Tue, 8 Jul 2014 19:48:29 +0000 (21:48 +0200)
committerVolkan Gezer <wakeup@users.noreply.github.com>
Tue, 8 Jul 2014 19:48:29 +0000 (21:48 +0200)
settings/templates/admin.php

index 1d75624d8c0462d39f11e6c1c6170140ad55338a..03f3efd7aae1eee4735a2e2acdd0ad5d1875bc8b 100644 (file)
@@ -226,7 +226,7 @@ if (!$_['internetconnectionworking']) {
                                        print_unescaped('checked="checked"');
                                } ?>>
                                <label for="backgroundjobs_cron">Cron</label><br/>
-                               <em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em>
+                               <em><?php p($l->t("Use system's cron service to call the cron.php file every 15 minutes.")); ?></em>
        </p>
 </div>