Fix: label the close-dialog draft button with the generic Save
"Save Draft" made the third button of the save-or-discard dialog wrap onto two lines in several languages (German "Entwurf speichern", French "Enregistrer le brouillon", ...) while its siblings stay one line. The dialog title already says the draft is what's being saved, so the button now uses the existing generic common.save key - one short word in every locale, no new translations needed. email_composer.save_draft had exactly this one consumer; the dead key is removed from all 22 locales.
This commit is contained in:
@@ -648,7 +648,6 @@
|
||||
"continue_draft": "Pokračovat v úpravě konceptu",
|
||||
"close_draft_title": "Uložit nebo zahodit koncept?",
|
||||
"close_draft_message": "Máte neuložené změny. Chcete je uložit jako koncept, nebo zahodit?",
|
||||
"save_draft": "Uložit koncept",
|
||||
"smime_sign_on": "Podepisování S/MIME zapnuto",
|
||||
"smime_sign_off": "Zapnout podepisování S/MIME",
|
||||
"smime_encrypt_on": "Šifrování S/MIME zapnuto",
|
||||
|
||||
Reference in New Issue
Block a user