File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
22
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
23
*/
24
24
25
- $ string ['pluginname ' ] = 'Alerts ' ;
26
- $ string ['blocktitle ' ] = 'Alert block title ' ;
27
25
$ string ['alerts:addinstance ' ] = 'Add alerts block ' ;
28
26
$ 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 ' ;
32
28
$ string ['configurealerts ' ] = "Edit global alert posts " ;
33
- $ string ['title ' ] = 'Title ' ;
34
29
$ string ['description ' ] = 'Description ' ;
35
30
$ string ['description_help ' ] = 'Short text, no more that 140 characters. ' ;
36
31
$ string ['link ' ] = 'Link ' ;
37
32
$ string ['link_help ' ] = 'Optional link url, opens in a new tab. ' ;
38
33
$ string ['linktext ' ] = 'Link text ' ;
39
34
$ 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 ' ;
You can’t perform that action at this time.
0 commit comments