Skip to content

Commit ca283c3

Browse files
author
Matthias Opitz
committed
correct order of strings for 4.4+
1 parent 1596221 commit ca283c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lang/en/block_alerts.php

+4-6
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

25-
$string['pluginname'] = 'Alerts';
26-
$string['blocktitle'] = 'Alert block title';
2725
$string['alerts:addinstance'] = 'Add alerts block';
2826
$string['alerts:myaddinstance'] = 'Add alerts block';
29-
$string['privacy:metadata'] = 'Alerts does not store any personal data.';
30-
31-
// Settings strings.
27+
$string['blocktitle'] = 'Alert block title';
3228
$string['configurealerts'] = "Edit global alert posts";
33-
$string['title'] = 'Title';
3429
$string['description'] = 'Description';
3530
$string['description_help'] = 'Short text, no more that 140 characters.';
3631
$string['link'] = 'Link';
3732
$string['link_help'] = 'Optional link url, opens in a new tab.';
3833
$string['linktext'] = 'Link text';
3934
$string['linktext_help'] = 'A meaningful link title. Do not use inaccessible link text such as "click here" or "read more".';
35+
$string['pluginname'] = 'Alerts';
36+
$string['privacy:metadata'] = 'Alerts does not store any personal data.';
37+
$string['title'] = 'Title';

0 commit comments

Comments
 (0)