mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-22054 Fixed 'Edit' string in core strings
AMOS BEGIN CPY [edit,core],[edita,core] REM do not forget to drop placeholder from [edit,core] in all languages AMOS END
This commit is contained in:
parent
6c2e2008bd
commit
0831fd7841
3 changed files with 6 additions and 5 deletions
|
@ -475,7 +475,8 @@ $string['edhelpenablespelling'] = 'Enable or disable spell-checking. When enable
|
|||
$string['edhelpfontfamily'] = 'The font-family property is a list of font family names and/or generic family names. Family names must be separated with comma.';
|
||||
$string['edhelpfontlist'] = 'Define the fonts used on editors dropdown menu.';
|
||||
$string['edhelpfontsize'] = 'The default font-size sets the size of a font. <br />Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';
|
||||
$string['edit'] = 'Edit {$a}';
|
||||
$string['edit'] = 'Edit';
|
||||
$string['edita'] = 'Edit {$a}';
|
||||
$string['editcategorysettings'] = 'Edit category settings';
|
||||
$string['editcategorythis'] = 'Edit this category';
|
||||
$string['editcoursesettings'] = 'Edit course settings';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue