aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-08-12 10:42:08 +0000
committerBadlop <badlop@process-one.net>2009-08-12 10:42:08 +0000
commit5438504fbfe966afb86b838c7d6564584ba42198 (patch)
treebe3c504f853f44c495808bccd942ef57bbe203ee
parentUpdate translation files (diff)
Fix english strings
SVN Revision: 2466
-rw-r--r--src/web/ejabberd_web_admin.erl4
1 files 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")
])]),