Skip to content

Commit

Permalink
RoomVC: Redact has been renamed to Remove to match riot/web
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Jan 16, 2019
1 parent b03315f commit 64febce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Improvements:
* Theming: Create ThemeService to make theming easier. Use it to reskin Riot.
* Use modern literals and array/dictionary syntax where possible (PR #2160).
* Add SwiftGen pod in order to generate Swift constants for assets (#2177).
* RoomVC: `Redact` has been renamed to `Remove` to match riot/web (#2134).

Bug fix:
* Use white scroll bar on dark themes (#2158)
Expand Down
2 changes: 1 addition & 1 deletion Riot/Assets/en.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"room_delete_unsent_messages" = "Delete unsent messages";
"room_event_action_copy" = "Copy";
"room_event_action_quote" = "Quote";
"room_event_action_redact" = "Redact";
"room_event_action_redact" = "Remove";
"room_event_action_more" = "More";
"room_event_action_share" = "Share";
"room_event_action_permalink" = "Permalink";
Expand Down
2 changes: 1 addition & 1 deletion Riot/Generated/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ internal enum VectorL10n {
internal static let roomEventActionPermalink = VectorL10n.tr("Vector", "room_event_action_permalink")
/// Quote
internal static let roomEventActionQuote = VectorL10n.tr("Vector", "room_event_action_quote")
/// Redact
/// Remove
internal static let roomEventActionRedact = VectorL10n.tr("Vector", "room_event_action_redact")
/// Report content
internal static let roomEventActionReport = VectorL10n.tr("Vector", "room_event_action_report")
Expand Down

0 comments on commit 64febce

Please sign in to comment.