Fix gettext domain for messages in plugins "_()" to "_m()".
Some other i18n and L10n updates, too. i18n/L10n review not complete.
This commit is contained in:
@@ -618,7 +618,7 @@ class ExtendedProfileWidget extends Form
|
||||
_m('BUTTON','Save'),
|
||||
'submit form_action-secondary',
|
||||
'save',
|
||||
_('Save details')
|
||||
_m('Save details')
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user