Correct erroneous strings

This commit is contained in:
Christian Dywan 2008-11-01 19:19:28 +01:00
parent 96ddc8ae0a
commit 017c4d5d6f
2 changed files with 2 additions and 2 deletions

View 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)

View 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"