Give me some space

This is a minor cosmetic issue, but it's annoying.

In Ghostery for Firefox 2.6.2, Could you please insert an extra space in [chrome://ghostery/content/ghostery-db.js:130]:

alert(ghostery.locale.updateComplete + '\n' + (prevAppCount == currCount ? ghostery.locale.zeroNewTrackers : ghostery.locale.totalTrackers + currCount + ' ' + ghostery.locale.previousTrackers + ': ' + prevAppCount) + '.');


so 'Total web-bugs' and currCount aren't run together:

alert(ghostery.locale.updateComplete + '\n' + (prevAppCount == currCount ? ghostery.locale.zeroNewTrackers : ghostery.locale.totalTrackers + ' ' + currCount + ' ' + ghostery.locale.previousTrackers + ': ' + prevAppCount) + '.');


?

Thank you.

1 person likes
this idea
+1
Reply