From 156aa1fd0a091937f58513f651570f8600837c0a Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 4 May 2008 19:14:48 +0200 Subject: [PATCH] Change 'Cookies' to 'Web Cookies' and fix POTFILES.in. --- po/POTFILES.in | 1 - src/midori-preferences.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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);