mirror of https://github.com/zulip/zulip.git
message-editing: Reword move message menu.
This commit is contained in:
parent
102481bc47
commit
ccbdbe4e3b
|
@ -1529,7 +1529,7 @@ div.focused_table {
|
|||
|
||||
.message_edit_topic_propagate {
|
||||
display: inline-block;
|
||||
width: 300px;
|
||||
width: 320px;
|
||||
margin-bottom: 15px !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<select class='message_edit_topic_propagate' style='display:none;'>
|
||||
<option selected="selected" value="change_later"> {{t "Change later messages to this topic" }}</option>
|
||||
<option value="change_one"> {{t "Change only this message topic" }}</option>
|
||||
<option value="change_all"> {{t "Change previous and following messages to this topic" }}</option>
|
||||
<option selected="selected" value="change_one"> {{t "Move only this message" }}</option>
|
||||
<option value="change_later"> {{t "Move this and all following messages in this topic" }}</option>
|
||||
<option value="change_all"> {{t "Move all messages in this topic" }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
- **Change later messages to this topic**, which will move both
|
||||
the selected message and all following messages.
|
||||
|
||||
- **Change only this message topic**, which will only move the
|
||||
selected message.
|
||||
|
||||
- **Change previous and following messages to this topic**, which
|
||||
will move all messages in the topic.
|
|
@ -57,9 +57,7 @@ destination streams.
|
|||
|
||||
1. Toggle whether automated notification messages should be sent.
|
||||
|
||||
1. From the dropdown menu, select which messages to move:
|
||||
|
||||
{!move-content-subset-options.md!}
|
||||
1. From the dropdown menu, select which messages to move.
|
||||
|
||||
1. Click **Save**.
|
||||
|
||||
|
|
|
@ -28,9 +28,7 @@ for the details on when topic editing is allowed.
|
|||
|
||||
1. Set the destination topic.
|
||||
|
||||
1. From the dropdown menu, select which messages to move:
|
||||
|
||||
{!move-content-subset-options.md!}
|
||||
1. From the dropdown menu, select which messages to move.
|
||||
|
||||
1. Click **Save**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue