summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-27 10:17:17 +0545
committerStephen Beaver <sbeaver@netgate.com>2016-01-27 00:20:31 -0500
commit464358b439be13af8850cb0935a4b062a16df4f8 (patch)
tree956f7d1a7ade1a576f1542957f73f5350131b6ba /src/usr/local/www/services_dhcpv6.php
parentb9037cbe4dd1fd6e0f3b1c2ec488c1b30efef91f (diff)
downloadpfsense-464358b439be13af8850cb0935a4b062a16df4f8.zip
pfsense-464358b439be13af8850cb0935a4b062a16df4f8.tar.gz
Standardize print_apply_box usage
1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 471ea4a..6d2a2c88 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -456,7 +456,7 @@ if ($dhcrelay_enabled) {
}
if (is_subsystem_dirty('staticmaps')) {
- print_apply_box(gettext('The static mapping configuration has been changed') . '.<br />' . gettext('You must apply the changes in order for them to take effect.'));
+ print_apply_box(gettext('The static mapping configuration has been changed.') . '<br />' . gettext('You must apply the changes in order for them to take effect.'));
}
/* active tabs */
OpenPOWER on IntegriCloud