Changeset 1561 for trunk/gregarius/plugins/delicious.php
- Timestamp:
- 09/09/06 14:52:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/plugins/delicious.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/plugins/delicious.php
r1526 r1561 62 62 } 63 63 if (html == '') { 64 html = '<?php echo LBL_TAG_SUGGESTIONS_NONE?>';64 html = '<?php echo __('no suggestions') ?>'; 65 65 } 66 66 span.innerHTML = '(' + html + ')'; … … 106 106 newspan.setAttribute("id","dt" + id); 107 107 newspan.style.margin="0 0 0 0.5em"; 108 newspan.innerHTML = "<?php echo LBL_TAG_SUGGESTIONS?>: (...) ]";108 newspan.innerHTML = "<?php echo __('suggestions') ?>: (...) ]"; 109 109 actionSpan.appendChild(newspan); 110 110 get_from_delicious(id);
