~midori/midori/win32theme

« back to all changes in this revision

Viewing changes to extensions/toolbar-editor.c

  • Committer: Christian Dywan
  • Author(s): Daniel P. Fore
  • Date: 2012-06-28 21:27:25 UTC
  • Revision ID: git-v1:6cdc67a21e8cf33bd3886278954b378d8fede151
Replace threesomes of periods with ellipsises

Also updated all translations accordingly.

Fixes: https://bugs.launchpad.net/midori/+bug/1018065

Show diffs side-by-side

added added

removed removed

Lines of Context:
580
580
    separator = gtk_separator_menu_item_new ();
581
581
    gtk_widget_show (separator);
582
582
    gtk_menu_shell_append (GTK_MENU_SHELL (menu), separator);
583
 
    menuitem = gtk_menu_item_new_with_mnemonic (_("_Customize..."));
 
583
    menuitem = gtk_menu_item_new_with_mnemonic (_("_Customize Toolbar…"));
584
584
    g_signal_connect (menuitem, "activate",
585
585
        G_CALLBACK (tb_editor_menu_configure_toolbar_activate_cb), browser);
586
586
    gtk_widget_show (menuitem);