From 32cf6dfaef39c072aecc975b4dbb039c97f0c842 Mon Sep 17 00:00:00 2001 From: Edwin Boersma Date: Mon, 11 Feb 2019 16:17:17 +0100 Subject: [PATCH] Re-added missing line. --- lng/english.lng.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lng/english.lng.php b/lng/english.lng.php index eecd50ac..e2881986 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -2050,3 +2050,4 @@ $lng['panel']['ihave_configured'] = 'I have configured the services'; $lng['panel']['system_is_configured'] = 'System is already set as configured'; $lng['panel']['settings_before_configuration'] = 'Please be sure you adjusted the settings prior to configuring the services here'; $lng['panel']['alternative_cmdline_config'] = 'Alternatively, just run the following command as root-user in your shell to configure the services automatically'; +$lng['tasks']['remove_pdns_domain'] = 'Delete domain %s from PowerDNS database';