UX: changes defer copy to mark unread (#26468)
This commit is contained in:
parent
1eb70973a2
commit
bd85dc40a0
|
@ -2926,7 +2926,7 @@ en:
|
||||||
unlist_topics: "Unlist Topics"
|
unlist_topics: "Unlist Topics"
|
||||||
relist_topics: "Relist Topics"
|
relist_topics: "Relist Topics"
|
||||||
reset_bump_dates: "Reset bump dates"
|
reset_bump_dates: "Reset bump dates"
|
||||||
defer: "Defer"
|
defer: "Mark unread"
|
||||||
delete: "Delete Topics"
|
delete: "Delete Topics"
|
||||||
dismiss: "Dismiss"
|
dismiss: "Dismiss"
|
||||||
dismiss_read: "Dismiss all unread"
|
dismiss_read: "Dismiss all unread"
|
||||||
|
@ -3037,7 +3037,7 @@ en:
|
||||||
name: "Reset Bump Dates"
|
name: "Reset Bump Dates"
|
||||||
description: "Reset the topic bump date to the last created post date, which affects ordering in the topic list"
|
description: "Reset the topic bump date to the last created post date, which affects ordering in the topic list"
|
||||||
defer:
|
defer:
|
||||||
name: "Defer Topics"
|
name: "Mark Unread"
|
||||||
description: "Mark topics as unread"
|
description: "Mark topics as unread"
|
||||||
update_notifications:
|
update_notifications:
|
||||||
name: "Update Notifications"
|
name: "Update Notifications"
|
||||||
|
@ -3059,8 +3059,8 @@ en:
|
||||||
title: "Move to Inbox"
|
title: "Move to Inbox"
|
||||||
help: "Move message back to Inbox"
|
help: "Move message back to Inbox"
|
||||||
defer:
|
defer:
|
||||||
help: "Mark as unread"
|
help: "Mark topic as unread"
|
||||||
title: "Defer"
|
title: "Mark unread"
|
||||||
|
|
||||||
list: "Topics"
|
list: "Topics"
|
||||||
new: "new topic"
|
new: "new topic"
|
||||||
|
@ -4307,7 +4307,7 @@ en:
|
||||||
mark_tracking: "%{shortcut} Track topic"
|
mark_tracking: "%{shortcut} Track topic"
|
||||||
mark_watching: "%{shortcut} Watch topic"
|
mark_watching: "%{shortcut} Watch topic"
|
||||||
print: "%{shortcut} Print topic"
|
print: "%{shortcut} Print topic"
|
||||||
defer: "%{shortcut} Defer topic"
|
defer: "%{shortcut} Mark topic as unread"
|
||||||
topic_admin_actions: "%{shortcut} Open topic admin actions"
|
topic_admin_actions: "%{shortcut} Open topic admin actions"
|
||||||
archive_private_message: "%{shortcut} Toggle archive private message"
|
archive_private_message: "%{shortcut} Toggle archive private message"
|
||||||
search_menu:
|
search_menu:
|
||||||
|
|
Loading…
Reference in New Issue