Rename Share window to Forward window
This commit is contained in:
parent
bde2a4d534
commit
024366b036
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ void ShareBox::prepare() {
|
|||
_select->resizeToWidth(st::boxWideWidth);
|
||||
Ui::SendPendingMoveResizeEvents(_select);
|
||||
|
||||
setTitle(tr::lng_share_title());
|
||||
setTitle(tr::lng_selected_forward());
|
||||
|
||||
_inner = setInnerWidget(
|
||||
object_ptr<Inner>(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue