File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/com_templates/tmpl/styles Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 121121 <?php elseif ($ item ->home != '0 ' && $ item ->home != '1 ' ) : ?>
122122 <?php echo Text::sprintf ('COM_TEMPLATES_STYLES_PAGES_ALL_LANGUAGE ' , $ this ->escape ($ item ->language_title )); ?>
123123 <?php elseif ($ item ->assigned > 0 ) : ?>
124- <?php echo Text::sprintf ('COM_TEMPLATES_STYLES_PAGES_SELECTED ' , $ this ->escape ($ item ->assigned )); ?>
124+ <?php echo Text::plural ('COM_TEMPLATES_STYLES_PAGES_SELECTED ' , $ this ->escape ($ item ->assigned )); ?>
125125 <?php else : ?>
126126 <?php echo Text::_ ('COM_TEMPLATES_STYLES_PAGES_NONE ' ); ?>
127127 <?php endif ; ?>
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ COM_TEMPLATES_STYLES_FILTER_SEARCH_DESC="Search in style description."
218218COM_TEMPLATES_STYLES_PAGES_ALL =" Default for all pages"
219219COM_TEMPLATES_STYLES_PAGES_ALL_LANGUAGE =" Default for %s pages"
220220COM_TEMPLATES_STYLES_PAGES_NONE =" Not assigned"
221+ COM_TEMPLATES_STYLES_PAGES_SELECTED_1 =" Assigned on %s page"
221222COM_TEMPLATES_STYLES_PAGES_SELECTED =" Assigned on %s pages"
222223COM_TEMPLATES_STYLES_TABLE_CAPTION =" Template Styles"
223224COM_TEMPLATES_STYLE_CANNOT_DELETE_DEFAULT_STYLE =" Can't delete default style."
You can’t perform that action at this time.
0 commit comments