From b9ca128c7540b8f3ac7529546855f98df43defbd Mon Sep 17 00:00:00 2001 From: claunia Date: Tue, 2 Feb 2010 03:06:10 +0000 Subject: [PATCH] Changed login and register application strings svn path=/; revision=23 --- include/form_login.php | 2 +- include/form_new.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/form_login.php b/include/form_login.php index 0afa3f7..69ecd6d 100644 --- a/include/form_login.php +++ b/include/form_login.php @@ -6,7 +6,7 @@ require_once(BASE."include/util.php"); /**************/ echo "
\n"; echo '
',"\n"; -echo html_frame_start("Login to Application DB","400","",0); +echo html_frame_start("Login to OS DB","400","",0); /* Pass on the URL we should return to after log-in */ global $aClean; echo ''; diff --git a/include/form_new.php b/include/form_new.php index da6989f..8c6a7cc 100644 --- a/include/form_new.php +++ b/include/form_new.php @@ -7,7 +7,7 @@ require_once(BASE."include/util.php"); echo "
\n"; echo '',"\n"; -echo html_frame_start("Create New Application DB Account","400","",0) +echo html_frame_start("Create New OS DB Account","400","",0) ?>