mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
add patch from vcoque to fix gettext
This commit is contained in:
parent
981d193fb4
commit
cf652f81e5
@ -67,10 +67,11 @@ nanobsd_detect_slice_info();
|
||||
$NANOBSD_SIZE = nanobsd_get_size();
|
||||
|
||||
if($_POST['bootslice']) {
|
||||
$statusmsg = gettext("Setting slice information, please wait...");
|
||||
echo <<<EOF
|
||||
<div id="loading">
|
||||
<img src="/themes/metallic/images/misc/loader.gif">
|
||||
gettext("Setting slice information, please wait...")
|
||||
$statusmsg
|
||||
<p/>
|
||||
</div>
|
||||
EOF;
|
||||
@ -82,10 +83,11 @@ EOF;
|
||||
}
|
||||
|
||||
if($_POST['destslice']) {
|
||||
$statusmsg = gettext("Duplicating slice. Please wait, this will take a moment...");
|
||||
echo <<<EOF
|
||||
<div id="loading">
|
||||
<img src="/themes/metallic/images/misc/loader.gif">
|
||||
gettext("Duplicating slice. Please wait, this will take a moment...")
|
||||
$statusmsg
|
||||
<p/>
|
||||
</div>
|
||||
EOF;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user