mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
RoomInputToolbarView: Add editing mode.
This commit is contained in:
@@ -172,7 +172,9 @@
|
||||
case RoomInputToolbarViewSendModeReply:
|
||||
title = NSLocalizedStringFromTable(@"room_action_reply", @"Vector", nil);
|
||||
break;
|
||||
|
||||
case RoomInputToolbarViewSendModeEdit:
|
||||
title = NSLocalizedStringFromTable(@"save", @"Vector", nil);
|
||||
break;
|
||||
default:
|
||||
title = [NSBundle mxk_localizedStringForKey:@"send"];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user