1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12527] Use a proper language string on confirm screen

PHPBB3-12527
This commit is contained in:
Joas Schilling
2014-05-11 13:23:41 +02:00
parent eaa4552412
commit 192bb74e3c
2 changed files with 6 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ class acp_language
'action' => $action,
'id' => $lang_id,
);
confirm_box(false, $user->lang['CONFIRM_OPERATION'], build_hidden_fields($s_hidden_fields));
confirm_box(false, $user->lang('DELETE_LANGUAGE_CONFIRM', $row['lang_english_name']), build_hidden_fields($s_hidden_fields));
}
break;