When you click "bookmark" it will sometimes display "Press Ctrl+D or ⌘+D to bookmark this page" correctly but the "⌘" will not show up right in some cases.

The attached image was taken in China on Firefox in Windows XP.

CommentFileSizeAuthor
123.png4.15 KBOneTwoTait

Comments

xjm’s picture

Unfortunately I do not think this is something that could be fixed in the module, since that I believe that text is supplied by the script, and furthermore it sounds like a font rendering problem on the machine in question.

micropat’s picture

Status: Active » Closed (works as designed)

Correct, currently AddToAny uses the HTML special character code #8984 to show the Command key:
⌘

If you'd like to replace this symbol you can do so by dropping the following code in the Additional Options box in the AddToAny admin panel:
a2a_config.localize.BookmarkInstructions = "Press Ctrl+D or Cmd+D to bookmark this page";

From: http://www.addtoany.com/buttons/customize/translation_localization