projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413d47f
)
Shout: tweak wording
author
Ben Klang
<ben@alkaloid.net>
Mon, 4 Jan 2010 19:30:54 +0000
(14:30 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Mon, 4 Jan 2010 22:37:50 +0000
(17:37 -0500)
shout/templates/extensions/list.inc
patch
|
blob
|
history
diff --git
a/shout/templates/extensions/list.inc
b/shout/templates/extensions/list.inc
index
f856ea4
..
16435d6
100644
(file)
--- a/
shout/templates/extensions/list.inc
+++ b/
shout/templates/extensions/list.inc
@@
-115,7
+115,7
@@
function resetDestInfo(exten)
a['className'] = 'addDest';
a.href='#';
a.setAttribute('onclick', 'addDest('+exten+')');
- t = document.createTextNode('Add
more destinations
...');
+ t = document.createTextNode('Add
destination
...');
a.appendChild(t);
$('destX'+exten+'info').appendChild(a);
}