From c1fd61ff912f253efa620bf081fa3497fd113af4 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 27 Oct 2010 23:36:50 +0200 Subject: UI: punctiation and mnemonics in preferences, export and ico preview dialog (bzr r9858) --- src/dialogs/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/export.cpp') diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 696f38b77..661eb854f 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -282,7 +282,7 @@ sp_export_dialog_area_box (GtkWidget * dlg) if (desktop) sp_unit_selector_set_unit (SP_UNIT_SELECTOR(us->gobj()), sp_desktop_namedview(desktop)->doc_units); unitbox->pack_end(*us, false, false, 0); - Gtk::Label* l = new Gtk::Label(_("Units:")); + Gtk::Label* l = new Gtk::Label(_("_Units:")); unitbox->pack_end(*l, false, false, 3); gtk_object_set_data (GTK_OBJECT (dlg), "units", us->gobj()); -- cgit v1.2.3