]> spindle.queued.net Git - midori/commitdiff
Correct erroneous strings
authorChristian Dywan <christian@twotoasts.de>
Sat, 1 Nov 2008 18:19:28 +0000 (19:19 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 1 Nov 2008 18:19:28 +0000 (19:19 +0100)
midori/midori-preferences.c
midori/midori-stock.h

index d4bd25f938ddca997b6379f080a061f4de50bad2..3613d1473015af816c52a93f719cf5ec67d1bfb9 100644 (file)
@@ -421,7 +421,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_button_set_label (GTK_BUTTON (button), _("Enable scripts"));
     INDENTED_ADD (button, 0, 1, 2, 3);
     button = katze_property_proxy (settings, "enable-plugins", NULL);
-    gtk_button_set_label (GTK_BUTTON (button), _("Enable scripts"));
+    gtk_button_set_label (GTK_BUTTON (button), _("Enable plugins"));
     SPANNED_ADD (button, 1, 2, 2, 3);
     #ifdef WEBKIT_CHECK_VERSION
     #if WEBKIT_CHECK_VERSION (1, 0, 3)
index 305e0cca3521262477436b1f1cd3dfee59f1175f..9c47500358a65b2b288457b7065ece501b4049ba 100644 (file)
@@ -30,7 +30,7 @@
 #define STOCK_STYLE              "gnome-settings-theme"
 #define STOCK_STYLES             "gnome-settings-theme"
 #define STOCK_OPEN_IN_TAB        "stock_new-tab"
-#define STOCK_OPEN_IN_WINDOW     "stock_new-tab"
+#define STOCK_OPEN_IN_WINDOW     "stock_new-window"
 #define STOCK_TRANSFER           "package"
 #define STOCK_TRANSFERS          "package"