Changeset 1847 for plugins/apostrophePlugin/branches/features/cropping/modules/aMedia/templates/_describeConstraints.php
- Timestamp:
- 07/23/10 19:06:05 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/features/cropping/modules/aMedia/templates/_describeConstraints.php
r1510 r1847 26 26 // Markup change: for I18N it's better to use a list here rather than 27 27 // trying to create a sentence with commas and 'and' 28 echo('<h 3>' . __("Displaying only %t% with:", array('%t%' => $type), 'apostrophe') . '</h3>');28 echo('<h4>' . __("Displaying only %t% with:", array('%t%' => $type), 'apostrophe') . '</h4>'); 29 29 echo('<ul class="a-constraints">'); 30 30 foreach ($clauses as $clause)

