Fix typo
This commit is contained in:
parent
818dba7249
commit
619d56fcf9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if ('en' !== \Locale::getPrimaryLanguage($_SESSION['user']->getLocale())) {
|
|||
$page->messages[] = Page::warning(
|
||||
sprintf(
|
||||
/** TRANSLATORS: %s: Language, most likely English */
|
||||
__('The blog is currently only available in %s and not translateable. Please let me know if you have any ideas to improve this.'),
|
||||
__('The blog is currently only available in %s and not translatable. Please let me know if you have any ideas to improve this.'),
|
||||
'<strong>' . \Locale::getDisplayName('en', 'en') . '</strong>'
|
||||
),
|
||||
__('Warning')
|
||||
|
|
Loading…
Reference in a new issue