From ddedb656fabf742b9e60ec03e9350ce6864375ac Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sat, 26 Dec 2015 19:34:39 +0100 Subject: [PATCH] translation fix --- src/www/services_dyndns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/services_dyndns.php b/src/www/services_dyndns.php index 2d4fe8dc6..b9099b3bf 100644 --- a/src/www/services_dyndns.php +++ b/src/www/services_dyndns.php @@ -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'), ); ?>