Some unlocalizated strings
-
There are some unlocalizated strings in the source of this plugin in the file addtoany.admin.php:
- Line 525
Current code:
<span style="margin:0 9px;vertical-align:middle"><?php _e("Text only"); ?>:</span>
Correct localizated code:
<span style="margin:0 9px;vertical-align:middle"><?php _e("Text only", 'add-to-any'); ?>:</span>
- Line 537
Current code:
<span style="margin-left:5px">Show count</span>
Correct localizated code:
<span style="margin-left:5px"><?php _e('Show count', 'add-to-any'); ?></span>
Could you include this changes in the code? If you prefer we send a patch or use another way to send you this information, tell us ??
Best wishes from Barcelona,
Sara - Line 525
- The topic ‘Some unlocalizated strings’ is closed to new replies.