Merge pull request #2023 from infogulch/abandon-confirm-buttons
Post abandon dialog: add explicit confirm button text
This commit is contained in:
commit
ce480f8fc8
|
@ -904,7 +904,10 @@ en:
|
||||||
image_upload_not_allowed_for_new_user: "Sorry, new users can not upload images."
|
image_upload_not_allowed_for_new_user: "Sorry, new users can not upload images."
|
||||||
attachment_upload_not_allowed_for_new_user: "Sorry, new users can not upload attachments."
|
attachment_upload_not_allowed_for_new_user: "Sorry, new users can not upload attachments."
|
||||||
|
|
||||||
abandon: "Are you sure you want to abandon your post?"
|
abandon:
|
||||||
|
confirm: "Are you sure you want to abandon your post?"
|
||||||
|
yes_value: "Yes, abandon"
|
||||||
|
no_value: "No, keep"
|
||||||
|
|
||||||
archetypes:
|
archetypes:
|
||||||
save: 'Save Options'
|
save: 'Save Options'
|
||||||
|
|
Loading…
Reference in New Issue