Changeset 1561 for trunk/gregarius/plugins/stickyflag
- Timestamp:
- 09/09/06 14:52:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/plugins/stickyflag/stickyflag.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/plugins/stickyflag/stickyflag.php
r1324 r1561 90 90 91 91 print ("<fieldset>\n"); 92 print (" <legend>" . LBL_STICKY . " " . LBL_ITEMS. "</legend>\n");92 print (" <legend>" . __('Sticky') . " " . __('items') . "</legend>\n"); 93 93 print (" <p><input id='ui_sm' type='checkbox' value='1' name='ui_sm'" . ($options & STICKYFLAG_ENABLE_STICKY_MENU ? "checked='1'" : "") . ">" 94 94 . "<label for='ui_sm'>Show Menu Item</label></br></p>\n"); … … 98 98 print ("</fieldset>\n"); 99 99 print ("<fieldset>\n"); 100 print (" <legend>" . LBL_FLAG . " " . LBL_ITEMS. "</legend>\n");100 print (" <legend>" . __('Flagged') . " " . __('items') . "</legend>\n"); 101 101 print (" <p><input id='ui_fm' type='checkbox' value='1' name='ui_fm'" . ($options & STICKYFLAG_ENABLE_FLAG_MENU ? "checked='1'" : "") . ">" 102 102 . "<label for='ui_fm'>Show Menu Item</label></br></p>\n");
