diff --git a/src/client/composer/composer-widget.vala b/src/client/composer/composer-widget.vala index ad73faf3..ac248221 100644 --- a/src/client/composer/composer-widget.vala +++ b/src/client/composer/composer-widget.vala @@ -392,7 +392,7 @@ public class Composer.Widget : Gtk.EventBox, Geary.BaseInterface { [GtkChild] private Gtk.Stack font_button_stack; [GtkChild] private Gtk.MenuButton font_size_button; [GtkChild] private Gtk.Image font_color_icon; - [GtkChild] private Gtk.MenuButton text_format_button; + [GtkChild] private Gtk.MenuButton more_options_button; [GtkChild] private Gtk.Button insert_link_button; @@ -2147,7 +2147,7 @@ public class Composer.Widget : Gtk.EventBox, Geary.BaseInterface { this.editor.set_rich_text(compose_as_html); this.application.config.compose_as_html = compose_as_html; - this.text_format_button.popover.popdown(); + this.more_options_button.popover.popdown(); } private void reparent_widget(Gtk.Widget child, Gtk.Container new_parent) { diff --git a/ui/composer-widget.ui b/ui/composer-widget.ui index 515891be..60cbda99 100644 --- a/ui/composer-widget.ui +++ b/ui/composer-widget.ui @@ -1153,18 +1153,18 @@ - + True False False False - rich_text_menu - Enable or disable rich text mode + more_options_menu + More options up True - format-text-bold-symbolic + view-more-symbolic @@ -1297,7 +1297,7 @@ - +
_Rich Text