Commit f579a1ef authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

gettext

(cherry picked from commit 9b18fb80)
parent caba83b4
...@@ -98,7 +98,7 @@ $main_buttons = array( ...@@ -98,7 +98,7 @@ $main_buttons = array(
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<?php if (is_subsystem_dirty('igmpproxy')): ?><br/> <?php if (is_subsystem_dirty('igmpproxy')): ?><br/>
<?php print_info_box_apply(gettext("The IGMP entry list has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?> <?php print_info_box_apply(gettext("The IGMP entry list has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));?>
<?php endif; ?> <?php endif; ?>
<section class="col-xs-12"> <section class="col-xs-12">
<div class="content-box"> <div class="content-box">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment