From eeae581c7f1ef867b48bcc508f0c4c950ca110ec Mon Sep 17 00:00:00 2001 From: giomfo Date: Tue, 1 Mar 2016 16:00:15 +0100 Subject: [PATCH] Fix typo --- Vector/Assets/en.lproj/Vector.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vector/Assets/en.lproj/Vector.strings b/Vector/Assets/en.lproj/Vector.strings index 0728e1473..d575652c6 100644 --- a/Vector/Assets/en.lproj/Vector.strings +++ b/Vector/Assets/en.lproj/Vector.strings @@ -101,7 +101,7 @@ "room_participants_active_less_x_days" = "Offline %lu days ago"; "room_participants_action_invite" = "Invite"; -"room_participants_action_leave" = "Leave from this room"; +"room_participants_action_leave" = "Leave this room"; "room_participants_action_remove" = "Remove from this room"; "room_participants_action_ban" = "Block"; "room_participants_action_unban" = "Unblock";