From: Ben Klang Date: Mon, 4 Jan 2010 19:30:54 +0000 (-0500) Subject: Shout: tweak wording X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f601069f4b8f8ef9c3b696c0ce7a92b04125b648;p=horde.git Shout: tweak wording --- diff --git a/shout/templates/extensions/list.inc b/shout/templates/extensions/list.inc index f856ea4a0..16435d623 100644 --- 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); }