[patch] makes whups called "Tickets," not "Bugs."
"Jason M. Felice" <[email protected]>
| Newsgroups | gmane.comp.horde.whups |
|---|---|
| Message-ID | <[email protected]> |
It's always bothered me. -- Jason M. Felice Cronosys, LLC <http://www.cronosys.com/> 216.221.4600 x302 -- Whups mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
whups-called-tickets.patch
(text/plain, 492 B)
epm diff registry.php.dist
--- registry.php.dist Tue Aug 26 14:21:57 2003
+++ registry.php.dist Tue Aug 26 14:21:57 2003
@@ -269,7 +269,7 @@
'fileroot' => dirname(__FILE__) . '/../whups',
'webroot' => $this->applications['horde']['webroot'] . '/whups',
'icon' => $this->applications['horde']['webroot'] . '/whups/graphics/whups.gif',
- 'name' => _("Bugs"),
+ 'name' => _("Tickets"),
'allow_guests' => false,
'status' => 'active',
'provides' => 'projects',