Fix english strings

SVN Revision: 2466
This commit is contained in:
Badlop 2009-08-12 10:42:08 +00:00
parent 56f525c475
commit 5438504fbf
1 changed files with 2 additions and 2 deletions

View File

@ -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")
])]),