When using the "Merge users" feature, the alert message displays the $oldUsername variable instead of the actual login selected first to merge.
It's a locale file issue, as this variable no longer exists. It is now $oldAccountCount, in the key manager.people.mergeUsers.confirm, at pkp/lib/locale/en_US/manager.xml
The Translation Plugin did not catch this difference when checking translations.
Here's the message with errors:
- Code: Select all
Deseja realmente mesclar o cadastro do usuário "{$oldUsername}" com o cadastro do usuário "ramon"? O cadastro de "{$oldUsername}" será excluído permanentemente. Esta ação não é reversível!
However, $oldAccountCount brings a number, not the login...
