Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Redact should be called 'Remove' to match riot/web #2872

Merged
merged 2 commits into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Improvements:
- Notification settings re-organization, added bing rule troubleshoot
- Kotlin Code Improvement in VectorSettingsPreferencesFragment.kt
- Remove redundant !! , Replace it with null safe operators in VectorSettingsPreferencesFragment.kt
- `Redact` has been renamed to `Remove` to match riot/web (#2871)


Other changes:
Expand Down
2 changes: 1 addition & 1 deletion vector/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="send">Send</string>
<string name="copy">Copy</string>
<string name="resend">Resend</string>
<string name="redact">Redact</string>
<string name="redact">Remove</string>
<string name="quote">Quote</string>
<string name="download">Download</string>
<string name="share">Share</string>
Expand Down