]> spindle.queued.net Git - midori/commitdiff
Refer to 'Netscape plugins' instead of 'plugins'
authorChristian Dywan <christian@twotoasts.de>
Sat, 25 Apr 2009 14:13:23 +0000 (16:13 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 25 Apr 2009 14:13:23 +0000 (16:13 +0200)
A remarkable amount of people have problems telling 'plugins'
and 'extensions' apart, due to their different meaning in
different applications. So make it clearer.

extensions/statusbar-features.c
midori/midori-preferences.c
midori/sokoke.c
panels/midori-plugins.c

index 6c37c1af7960b974404a247c11edb8dab86f017a..b7e0ff1a4b3dcca38458c054626733ec16ba07e4 100644 (file)
@@ -69,7 +69,7 @@ statusbar_features_app_add_browser_cb (MidoriApp*       app,
     gtk_widget_show (image);
     gtk_container_add (GTK_CONTAINER (button), image);
     #if GTK_CHECK_VERSION(2, 12, 0)
-    gtk_widget_set_tooltip_text (button, _("Enable plugins"));
+    gtk_widget_set_tooltip_text (button, _("Enable Netscape plugins"));
     #endif
     gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
     gtk_widget_show (button);
index 03e75bc6cc861c0d7a73e0db4da290b84816e4a5..ec793f3f8575cc50a808fccbb35ab7fe0b8eee32 100644 (file)
@@ -528,8 +528,8 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_widget_set_tooltip_text (button, _("Enable embedded scripting languages"));
     INDENTED_ADD (button, 0, 1, 2, 3);
     button = katze_property_proxy (settings, "enable-plugins", NULL);
-    gtk_button_set_label (GTK_BUTTON (button), _("Enable plugins"));
-    gtk_widget_set_tooltip_text (button, _("Enable embedded plugin objects"));
+    gtk_button_set_label (GTK_BUTTON (button), _("Enable Netscape plugins"));
+    gtk_widget_set_tooltip_text (button, _("Enable embedded Netscape plugin objects"));
     SPANNED_ADD (button, 1, 2, 2, 3);
     button = katze_property_proxy (settings, "enforce-96-dpi", NULL);
     gtk_button_set_label (GTK_BUTTON (button), _("Enforce 96 dots per inch"));
index ad5c27325bf646a83214216c1c3ce99d53be0de3..1330378f55523d6e3b00378b25c921720fe3ce64 100644 (file)
@@ -876,7 +876,7 @@ sokoke_register_stock_items (void)
         { STOCK_STYLES,         N_("User_styles"), 0, 0, GTK_STOCK_SELECT_COLOR },
         { STOCK_TAB_NEW,        N_("New _Tab"), 0, 0, GTK_STOCK_ADD },
         { STOCK_TRANSFERS,      N_("_Transfers"), 0, 0, GTK_STOCK_SAVE },
-        { STOCK_PLUGINS,        N_("P_lugins"), 0, 0, GTK_STOCK_CONVERT },
+        { STOCK_PLUGINS,        N_("Netscape p_lugins"), 0, 0, GTK_STOCK_CONVERT },
         { STOCK_USER_TRASH,     N_("_Closed Tabs and Windows"), 0, 0, "gtk-undo-ltr" },
         { STOCK_WINDOW_NEW,     N_("New _Window"), 0, 0, GTK_STOCK_ADD },
     };
index f2938164248d603ad96ef6afbf9836de497e8a8e..ee6633999799bc800341e8ed4bbf9610745e9d43 100644 (file)
@@ -84,7 +84,7 @@ midori_plugins_class_init (MidoriPluginsClass* class)
 static const gchar*
 midori_plugins_get_label (MidoriViewable* viewable)
 {
-    return _("Plugins");
+    return _("Netscape plugins");
 }
 
 static const gchar*