Revision 464358b4
Added by Phil Davis over 9 years ago
src/usr/local/www/services_pppoe.php | ||
---|---|---|
122 | 122 |
} |
123 | 123 |
|
124 | 124 |
if (is_subsystem_dirty('vpnpppoe')) { |
125 |
print_apply_box(gettext('The PPPoE entry list has been changed') . '.<br />' . gettext('You must apply the changes in order for them to take effect.'));
|
|
125 |
print_apply_box(gettext('The PPPoE entry list has been changed.') . '<br />' . gettext('You must apply the changes in order for them to take effect.'));
|
|
126 | 126 |
} |
127 | 127 |
?> |
128 | 128 |
|
Also available in: Unified diff
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.