Skip to content

Commit 5448539

Browse files
committed
[4.2] module position string
The wrong string was being used in the dropdown to select a module position
1 parent 28ac1ba commit 5448539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
$attributes = [
5454
'class="' . $class . '"',
5555
' allow-custom',
56-
' search-placeholder="' . $this->escape(Text::_('JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS')) . '" ',
56+
' search-placeholder="' . $this->escape(Text::_('COM_MODULES_TYPE_OR_SELECT_POSITION')) . '" ',
5757
];
5858

5959
$selectAttr = [

administrator/language/en-GB/com_modules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ COM_MODULES_SELECT_MODULE="Select module, %s"
189189
COM_MODULES_SUBITEMS="Sub-items"
190190
COM_MODULES_TABLE_CAPTION="Modules"
191191
COM_MODULES_TYPE_CHOOSE="Select a Module Type"
192-
COM_MODULES_TYPE_OR_SELECT_POSITION="Type or Select a Position"
192+
COM_MODULES_TYPE_OR_SELECT_POSITION="Type or select a Position"
193193
COM_MODULES_XML_DESCRIPTION="Component for module management in the Administrator Backend."
194194

195195
JLIB_RULES_SETTING_NOTES_COM_MODULES="Changes apply to this component only.<br><em><strong>Inherited</strong></em> - a Global Configuration setting or higher level setting is applied.<br><em><strong>Denied</strong></em> always wins - whatever is set at the Global or higher level and applies to all child elements.<br><em><strong>Allowed</strong></em> will enable the action for this component unless overruled by a Global Configuration setting." ; Alternate language strings for the rules form field

0 commit comments

Comments
 (0)