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

Fix deactivated and activated messages being reversed in ja_JP. #9176

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

onozaty
Copy link
Contributor

@onozaty onozaty commented Oct 20, 2023

The managesieve plugin has the wrong message for ja_JP.

$messages['deactivated'] = 'フィルターを有効にしました。';
$messages['activated'] = 'フィルターを無効にしました。';

deactivated and activated are reversed.

The similar messages setactivated and setdeactivated are correct.

$messages['setactivated'] = 'フィルターセットを有効にしました。';
$messages['setdeactivated'] = 'フィルターセットを無効にしました。';

@alecpl alecpl merged commit 3a99bc3 into roundcube:master Oct 20, 2023
@alecpl alecpl added this to the 1.6.5 milestone Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants