projects
/
project/buddylist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8b0a489
)
renamed the list tab to buddylist, so that it is also configurable through the buddyl...
author
Wolfgang Ziegler
Fri, 5 Jan 2007 18:50:08 +0000 (18:50 +0000)
committer
Wolfgang Ziegler
Fri, 5 Jan 2007 18:50:08 +0000 (18:50 +0000)
buddylist.module
patch
|
blob
|
blame
|
history
diff --git
a/buddylist.module
b/buddylist.module
index
6a006d3
..
adfb259
100644
(file)
--- a/
buddylist.module
+++ b/
buddylist.module
@@
-156,7
+156,7
@@
function buddylist_menu($may_cache) {
// subtabs
$items[] = array(
'path' => 'buddylist/'. $id .'/buddies/list',
- 'title' => t('List'),
+ 'title' => t('@Buddylist', buddylist_translation()),
'access' => $viewAccess,
'callback' => 'buddylist_buddylisting_page',
'type' => MENU_DEFAULT_LOCAL_TASK,