projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a1fa9
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 11 Aug 2010 07:21:36 +0000
(
01:21
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 11 Aug 2010 07:21:36 +0000
(
01:21
-0600)
imp/folders.php
patch
|
blob
|
history
diff --git
a/imp/folders.php
b/imp/folders.php
index
d1310b9
..
d043ce8
100644
(file)
--- a/
imp/folders.php
+++ b/
imp/folders.php
@@
-387,7
+387,7
@@
$refresh_title = Horde::stripAccessKey($refresh_title);
if (!empty($refresh_ak)) {
$refresh_title .= sprintf(_(" (Accesskey %s)"), $refresh_ak);
}
-$head_template->set('refresh', $folder_url_ob->link(array(
+$head_template->set('refresh', $folder
s
_url_ob->link(array(
'accesskey' => $refresh_ak,
'title' => $refresh_title
)));