From 5438504fbfe966afb86b838c7d6564584ba42198 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 12 Aug 2009 10:42:08 +0000 Subject: [PATCH] Fix english strings SVN Revision: 2466 --- src/web/ejabberd_web_admin.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index 681f4fa3e..7b033315b 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -2010,7 +2010,7 @@ get_node(global, Node, ["backup"], Query, Lang) -> ]), ?XE("tr", [?XE("td", [?CT("Export data of users in a host to PIEFXIS files (XEP-0277):"), - ?CT(" "), + ?C(" "), ?INPUT("text", "export_piefxis_host_dirhost", ?MYNAME)]), ?XE("td", [?INPUT("text", "export_piefxis_host_dirpath", HomeDir)]), ?XE("td", [?INPUTT("submit", "export_piefxis_host_dir", @@ -2346,7 +2346,7 @@ node_ports_to_xhtml(Ports, Lang) -> [?XE("tr", [?XCT("td", "Port"), ?XCT("td", "IP"), - ?XCT("td", "Prot"), + ?XCT("td", "Protocol"), ?XCT("td", "Module"), ?XCT("td", "Options") ])]),