diff --git a/src/client/composer/composer-widget.vala b/src/client/composer/composer-widget.vala index 6c5c3d59..f59638d1 100644 --- a/src/client/composer/composer-widget.vala +++ b/src/client/composer/composer-widget.vala @@ -2496,9 +2496,6 @@ public class Composer.Widget : Gtk.EventBox, Geary.BaseInterface { this.from_row.visible = true; this.from_label.set_mnemonic_widget(this.from_multiple); - // Composer label (with mnemonic underscore) for the account selector - // when choosing what address to send a message from. - this.from_label.set_text_with_mnemonic(_("_From:")); this.from_multiple.visible = true; this.from_multiple.remove_all(); diff --git a/ui/composer-widget.ui b/ui/composer-widget.ui index be5f37ff..bad90d35 100644 --- a/ui/composer-widget.ui +++ b/ui/composer-widget.ui @@ -57,7 +57,7 @@ True False end - From + _From True right to_box