diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index ff0f9d47f..0bfac7c33 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -580,7 +580,7 @@ "event_formatter_jitsi_widget_removed" = "VoIP conference removed by %@"; "event_formatter_rerequest_keys_part1_link" = "Re-request encryption keys"; "event_formatter_rerequest_keys_part2" = " from your other devices."; -"event_formatter_message_edited_mention" = "(Edited)"; +"event_formatter_message_edited_mention" = "(edited)"; // Others "or" = "or"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index e38028ae3..02182943f 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -890,7 +890,7 @@ internal enum VectorL10n { internal static func eventFormatterMemberUpdates(_ p1: Int) -> String { return VectorL10n.tr("Vector", "event_formatter_member_updates", p1) } - /// (Edited) + /// (edited) internal static var eventFormatterMessageEditedMention: String { return VectorL10n.tr("Vector", "event_formatter_message_edited_mention") } diff --git a/Riot/Utils/EventFormatter.h b/Riot/Utils/EventFormatter.h index 172175079..4952f1441 100644 --- a/Riot/Utils/EventFormatter.h +++ b/Riot/Utils/EventFormatter.h @@ -37,7 +37,7 @@ FOUNDATION_EXPORT NSString *const EventFormatterEditedEventLinkAction; @interface EventFormatter : MXKEventFormatter /** - Add a "(Edited)" mention to edited message. + Add a "(edited)" mention to edited message. Default is YES. */ @property (nonatomic) BOOL showEditionMention;