From 1f1cd32f17c8509811ab0ee00d6ffccee064cd51 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 21 Sep 2015 20:16:02 -0500 Subject: fix typo --- src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot | 2 +- src/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po | 2 +- src/usr/local/www/services_ntpd.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local') diff --git a/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot b/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot index d8a16be..efc71b6 100644 --- a/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot +++ b/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot @@ -20942,7 +20942,7 @@ msgid "Warning: " msgstr "" #: usr/local/www/services_ntpd.php:349 -msgid "these options will create persistant daily log files in /var/log/ntp." +msgid "these options will create persistent daily log files in /var/log/ntp." msgstr "" #: usr/local/www/services_ntpd.php:352 diff --git a/src/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po b/src/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po index 3e9674a..a11fe8f 100644 --- a/src/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po +++ b/src/usr/local/share/locale/tr/LC_MESSAGES/pfSense.po @@ -22202,7 +22202,7 @@ msgid "Warning: " msgstr "" #: usr/local/www/services_ntpd.php:349 -msgid "these options will create persistant daily log files in /var/log/ntp." +msgid "these options will create persistent daily log files in /var/log/ntp." msgstr "" #: usr/local/www/services_ntpd.php:352 diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php index a16a010..8dbac22 100644 --- a/src/usr/local/www/services_ntpd.php +++ b/src/usr/local/www/services_ntpd.php @@ -378,7 +378,7 @@ $btnadvstats->removeClass('btn-primary')->addClass('btn-default btn-sm'); $section->addInput(new Form_StaticText( 'Statistics logging', $btnadvstats -))->setHelp('Warning: These options will create persistant daily log files in /var/log/ntp.'); +))->setHelp('Warning: These options will create persistent daily log files in /var/log/ntp.'); $section->addInput(new Form_Checkbox( 'clockstats', -- cgit v1.1