User tests: Successful: Unsuccessful:
Pull Request for Issue #22921
Fix the automatic title option at the Latest Actions Backend Module
Go to Extensions > Modules > Administrator > Latest Actions > Advanced > Automatic Title (ON).
Next go to System > Control panel.
Just an updated title: Last %s Actions (where %s is replaced by the count of actions to show)
none
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration Language & Strings Modules |
| Labels |
Added:
?
?
|
||
Does it matter if the strings are different Last 5 Actions vs Latest Actions?
I don't get the question?As is the intend to change the title ;) Or do you mean en-GB wise?
I have tested this item
I have tested this item
Please add strings.
return JText::plural('MOD_LATESTACTIONS_TITLE', $params->get('count', 5));
when using JText::plural we expect multiple language strings.
Example
return JText::plural('MOD_LOGGED_TITLE', $params->get('count', 5));
Strings
MOD_LOGGED_TITLE="Last Logged-in Users"
MOD_LOGGED_TITLE_1="Last Logged-in User"
MOD_LOGGED_TITLE_MORE="Last %s Logged-in Users"
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
| Labels | |||
As the last changes only concerned lang strings, no need for further tests.
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-05 23:16:34 |
| Closed_By | ⇒ | mbabker | |
| Labels |
Added:
?
|
||
Does it matter if the strings are different
Last 5 ActionsvsLatest Actions?