1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Adjustment to r9887: Only use one language variable.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10017 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer
2009-08-18 14:37:49 +00:00
parent 4f7cf6af2a
commit 54362bbe2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1209,7 +1209,7 @@ class acp_permissions
$s_hidden_fields = build_hidden_fields($s_hidden_fields);
confirm_box(false, $user->lang['CONFIRM_OPERATION'] . ' ' . $user->lang['COPY_PERMISSIONS_CONFIRM'], $s_hidden_fields);
confirm_box(false, $user->lang['COPY_PERMISSIONS_CONFIRM'], $s_hidden_fields);
}
}