Rename 'vendor' to 'developer' on places visible to users

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-08-04 22:08:28 +02:00
committed by Alexander Nicolaysen Sørnes
parent fa2d3dc05a
commit db87518ddc
4 changed files with 19 additions and 19 deletions

View File

@@ -221,7 +221,7 @@ class application_queue
are processing an application and the vendor is queued */
if(!$this->oApp->iAppId || $this->oVendor->objectGetState() != 'accepted')
{
echo html_frame_start("New Vendor", "90%");
echo html_frame_start("New Developer", "90%");
$this->oVendor->outputEditor();
echo html_frame_end();
}