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

gettext()

(cherry picked from commit 857a1b2e)
parent b42fcd5f
...@@ -392,7 +392,7 @@ $( document ).ready(function() { ...@@ -392,7 +392,7 @@ $( document ).ready(function() {
</td> </td>
</tr> </tr>
<tr id="noexpandrow"> <tr id="noexpandrow">
<td><a id="help_for_noexpand" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Expansion:");?> </td> <td><a id="help_for_noexpand" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Expansion");?> </td>
<td> <td>
<input id="noexpand" name="noexpand" type="checkbox" class="form-control unknown" id="noexpand" <?= !empty($pconfig['noexpand']) ? "checked=\"checked\"" : "" ; ?> /> <input id="noexpand" name="noexpand" type="checkbox" class="form-control unknown" id="noexpand" <?= !empty($pconfig['noexpand']) ? "checked=\"checked\"" : "" ; ?> />
<div class="hidden" for="help_for_noexpand"> <div class="hidden" for="help_for_noexpand">
......
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