Closed (works as designed)
Project:
AddToAny Share Buttons
Version:
6.x-3.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 04:27 UTC
Updated:
11 Sep 2010 at 00:04 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| 123.png | 4.15 KB | OneTwoTait |
Comments
Comment #1
xjmUnfortunately 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.
Comment #2
micropat commentedCorrect, 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