From 7a92fd777c036652da0b72138ca1cf32da9a9dd8 Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Mon, 11 Jun 2007 08:34:08 -0600
Subject: [PATCH] Fixed scheduling tool title

---
 inc/class.eq.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php
index 61a5c8a..7890ba1 100644
--- a/inc/class.eq.inc.php
+++ b/inc/class.eq.inc.php
@@ -884,7 +884,7 @@ class eq
       $this->t->set_var('schedule_ppi_link_title','Schedule Yearly PPIs');
 
       $this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/eq/index.php','menuaction=eq.eq.ppi_sched&action=save'));
-      $this->t->set_var('title','EQ President Yearly PPIs Scheduler');
+      $this->t->set_var('title','Yearly PPIs Scheduler');
 
       $elder_width=500; $phone_width=25; $pri_width=10; $notes_width=128; $ppi_date_width=20;
       $table_width=$elder_width + $phone_width + $pri_width + $notes_width + $ppi_date_width;
-- 
2.34.1