translation fix

This commit is contained in:
Fabian Franz 2015-12-26 19:34:39 +01:00
parent d2a5c39e51
commit ddedb656fa

View File

@ -54,7 +54,7 @@ if ($_GET['act'] == "del") {
include("head.inc");
$main_buttons = array(
array('label'=>'Add', 'href'=>'services_dyndns_edit.php'),
array('label'=>gettext('Add'), 'href'=>'services_dyndns_edit.php'),
);
?>