Correct erroneous strings
This commit is contained in:
parent
96ddc8ae0a
commit
017c4d5d6f
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue