Merge pull request #2874 from Hypolite/bug/fix-pgettext-typo
Fix pgettext function name typo
This commit is contained in:
commit
4996003800
4 changed files with 27 additions and 21 deletions
|
@ -1251,7 +1251,7 @@ function settings_content(&$a) {
|
|||
$public_post_link = '&public=1';
|
||||
|
||||
/* Installed langs */
|
||||
$lang_choices = get_avaiable_languages();
|
||||
$lang_choices = get_available_languages();
|
||||
|
||||
$o .= replace_macros($stpl, array(
|
||||
'$ptitle' => t('Account Settings'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue