Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Userinfo don't translate $legend #7478

Closed
lingfude opened this issue Jul 7, 2020 · 1 comment · Fixed by #7479
Closed

Plugin Userinfo don't translate $legend #7478

lingfude opened this issue Jul 7, 2020 · 1 comment · Fixed by #7479

Comments

@lingfude
Copy link

lingfude commented Jul 7, 2020

The Userinfo plugin don't translate $legend.

File: userinfo.php
Line: 67
Original code: $legend = rcube::Q('Infos for ' . $user->get_username());
Replacement code: $legend = rcube::Q($this->gettext('userinfo') . ' [' . $user->get_username() . ']');

@lingfude
Copy link
Author

Just to inform that this fix wasn't merged/distributed with version 1.4.8.

@alecpl alecpl modified the milestones: 1.5-beta, 1.4.9 Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants