Skip to content

Commit

Permalink
fix(MainWindow): Use Ellipsis instead of three dots
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleiton Floss committed Jan 17, 2018
1 parent 29ff103 commit 1021ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace Envelope.Window {

var menu_icon = new Gtk.Image.from_icon_name ("open-menu", Gtk.IconSize.LARGE_TOOLBAR);
app_menu.set_image (menu_icon);
settings_menu.append (_("Export..."), null);
settings_menu.append (_("Export\u2026"), null);
menu_popover = new Gtk.Popover.from_model (app_menu, settings_menu);
app_menu.popover = menu_popover;

Expand Down

0 comments on commit 1021ef7

Please sign in to comment.