Fixed a few typos

This commit is contained in:
jengo 2000-09-12 18:12:34 +00:00
parent ffb0600585
commit d63e8085a6
2 changed files with 2 additions and 4 deletions

View File

@ -41,7 +41,7 @@
$phpgw->common->navbar();
}
$t->set_var("lang_header",lang("Add new application"));
$t->set_var("lang_header",lang("Edit application"));
if ($error) {
$t->set_var("error","<p><center>$error</center><br>");

View File

@ -23,8 +23,6 @@
$phpgw_info["flags"]["disable_vfs_class"] = True;
include("../header.inc.php");
$phpgw->include_lang("nntp");
function get_tg()
{
global $phpgw;