Shout: tweak wording
authorBen Klang <ben@alkaloid.net>
Mon, 4 Jan 2010 19:30:54 +0000 (14:30 -0500)
committerBen Klang <ben@alkaloid.net>
Mon, 4 Jan 2010 22:37:50 +0000 (17:37 -0500)
shout/templates/extensions/list.inc

index f856ea4..16435d6 100644 (file)
@@ -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);
 }