From 6ebdab969bf209cc3d7b62f825fb96b648b33281 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 20 Aug 2012 09:37:29 -0400 Subject: [PATCH] Added functions of the domain module to the client module and removed the domain module. Implemented: FS#2278 - Integrate functions of the domain module into the client module and then remove domain module --- interface/web/tools/lib/lang/en_interface.lng | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/tools/lib/lang/en_interface.lng b/interface/web/tools/lib/lang/en_interface.lng index b702ba3..b15c733 100644 --- a/interface/web/tools/lib/lang/en_interface.lng +++ b/interface/web/tools/lib/lang/en_interface.lng @@ -1,4 +1,6 @@ <?php +$wb["interface_head_txt"] = 'Interface Settings'; +$wb["interface_desc_txt"] = 'Modify your interface'; $wb["language_txt"] = 'Language'; $wb["startmodule_txt"] = 'Startmodule'; $wb["app_theme_txt"] = 'Design'; -- Gitblit v1.9.1