diff --git a/po/POTFILES.in b/po/POTFILES.in index d597db36..4a6722c2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,6 @@ # List of source files containing translatable strings. midori.desktop.in -src/helpers.c src/main.c src/midori-console.c src/midori-browser.c diff --git a/src/midori-preferences.c b/src/midori-preferences.c index 1fd72966..16d15c2e 100644 --- a/src/midori-preferences.c +++ b/src/midori-preferences.c @@ -361,7 +361,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences, // Page "Privacy" PAGE_NEW (_("Privacy")); - FRAME_NEW (_("Cookies")); + FRAME_NEW (_("Web Cookies")); TABLE_NEW (3, 2); label = katze_property_label (settings, "accept-cookies"); INDENTED_ADD (label, 0, 1, 0, 1);