summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
commit0e94685b3afa5ebec229976889d1e9030b3189d7 (patch)
treefc49c4236b652d8c8b493ddfe6032e706e728358 /usr/local/www/system_groupmanager.php
parent4d473c89f7e48103b188531006a1149755a7ea94 (diff)
downloadpfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.zip
pfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_groupmanager.php')
-rw-r--r--usr/local/www/system_groupmanager.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index 7a3b98c..e3cd72b 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -447,10 +447,10 @@ function presubmit() {
<tr>
<td colspan="3">
<p>
- <?=gettext("Additional webConfigurator groups can be added here.
- Group permissions can be assigned which are inherited by users who are members of the group.
- An icon that appears grey indicates that it is a system defined object.
- Some system object properties can be modified but they cannot be deleted.");?>
+ <?=gettext("Additional webConfigurator groups can be added here. " .
+ "Group permissions can be assigned which are inherited by users who are members of the group. " .
+ "An icon that appears grey indicates that it is a system defined object. " .
+ "Some system object properties can be modified but they cannot be deleted.");?>
</p>
</td>
</tr>
OpenPOWER on IntegriCloud