Change 'Cookies' to 'Web Cookies' and fix POTFILES.in.

This commit is contained in:
Christian Dywan 2008-05-04 19:14:48 +02:00
parent 626586a5a1
commit 156aa1fd0a
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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);