Fix issue reported during review by Onuray

This commit is contained in:
Benoit Marty 2020-06-02 13:12:51 +02:00
parent a39d35e54c
commit ca855da8ae
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<string name="notice_display_name_set">%1$s set their display name to %2$s</string>
<string name="notice_display_name_set_by_you">You set your display name to %1$s</string>
<string name="notice_display_name_changed_from">%1$s changed their display name from %2$s to %3$s</string>
<string name="notice_display_name_changed_from_by_you">You changed their display name from %1$s to %2$s</string>
<string name="notice_display_name_changed_from_by_you">You changed your display name from %1$s to %2$s</string>
<string name="notice_display_name_removed">%1$s removed their display name (%2$s)</string>
<string name="notice_display_name_removed_by_you">You removed your display name (%1$s)</string>
<string name="notice_room_topic_changed">%1$s changed the topic to: %2$s</string>
@ -74,7 +74,7 @@
<string name="notice_event_redacted_with_reason">Message removed [reason: %1$s]</string>
<string name="notice_event_redacted_by_with_reason">Message removed by %1$s [reason: %2$s]</string>
<string name="notice_profile_change_redacted">%1$s updated their profile %2$s</string>
<string name="notice_profile_change_redacted_by_you">You updated your profile %2$s</string>
<string name="notice_profile_change_redacted_by_you">You updated your profile %1$s</string>
<string name="notice_room_third_party_invite">%1$s sent an invitation to %2$s to join the room</string>
<string name="notice_room_third_party_invite_by_you">You sent an invitation to %1$s to join the room</string>
<string name="notice_room_third_party_revoked_invite">%1$s revoked the invitation for %2$s to join the room</string>
@ -277,7 +277,7 @@
<string name="clear_timeline_send_queue">Clear sending queue</string>
<string name="notice_room_invite_no_invitee_with_reason">%1$s\'s invitation. Reason: %2$s</string>
<string name="notice_room_invite_no_invitee_with_reason_by_you">Your invitation. Reason: %2$s</string>
<string name="notice_room_invite_no_invitee_with_reason_by_you">Your invitation. Reason: %1$s</string>
<string name="notice_room_invite_with_reason">%1$s invited %2$s. Reason: %3$s</string>
<string name="notice_room_invite_with_reason_by_you">You invited %1$s. Reason: %2$s</string>
<string name="notice_room_invite_you_with_reason">%1$s invited you. Reason: %2$s</string>