From a6f6b63552a4e91818249b6a5331fbc4e9d96974 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 26 Apr 2015 15:05:49 -0400 Subject: [PATCH] Allow larger ID's in module changer. --- interface/web/dns/lib/lang/tr_dns_import.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/dns/lib/lang/tr_dns_import.lng b/interface/web/dns/lib/lang/tr_dns_import.lng index 201a755..2d1fe08 100644 --- a/interface/web/dns/lib/lang/tr_dns_import.lng +++ b/interface/web/dns/lib/lang/tr_dns_import.lng @@ -10,4 +10,5 @@ $wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content.'; $wb['title'] = 'Import Zone Files'; $wb['no_file_uploaded_error'] = 'No zonefile uploaded'; +$wb['zone_file_import_txt'] = 'Zone File Import'; ?> -- Gitblit v1.9.1