Patch out another 'Bugs' hardcode
Mike Baptiste <[email protected]>
| Newsgroups | gmane.comp.horde.whups |
|---|---|
| Organization | MSB Networks |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Simple patch to remove another hardcoded 'Bugs' reference Mike -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE90vOgtbf8BjvL+3ERArCQAJkBoqkrUFZNn54iJAjF966JHgeS3ACeKaM1 JvpL63H4MWPV/dHnWABzsBk= =7piZ -----END PGP SIGNATURE----- -- Whups mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
patch.txt
(text/plain, 737 B)
Index: menu.inc
===================================================================
RCS file: /repository/whups/templates/menu/menu.inc,v
retrieving revision 1.9
diff -u -r1.9 menu.inc
--- menu.inc 12 Nov 2002 01:24:56 -0000 1.9
+++ menu.inc 14 Nov 2002 00:50:01 -0000
@@ -20,7 +20,7 @@
/* Administration. */
if (Auth::isAdmin()) {
- Menu::printItem(Horde::applicationUrl('admin.php'), _("Bugs Administration"), 'whups.gif');
+ Menu::printItem(Horde::applicationUrl('admin.php'), sprintf(_("%s Admin"), $registry->getParam('name')),'whups.gif');
Menu::printItem(Horde::url($registry->getParam('webroot', 'horde') . '/admin/'), _("Admin Home"), 'administration.gif', $registry->getParam('graphics', 'horde'));
}