Change 'Cookies' to 'Web Cookies' and fix POTFILES.in.
This commit is contained in:
parent
626586a5a1
commit
156aa1fd0a
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# List of source files containing translatable strings.
|
# List of source files containing translatable strings.
|
||||||
|
|
||||||
midori.desktop.in
|
midori.desktop.in
|
||||||
src/helpers.c
|
|
||||||
src/main.c
|
src/main.c
|
||||||
src/midori-console.c
|
src/midori-console.c
|
||||||
src/midori-browser.c
|
src/midori-browser.c
|
||||||
|
|
|
@ -361,7 +361,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
|
|
||||||
// Page "Privacy"
|
// Page "Privacy"
|
||||||
PAGE_NEW (_("Privacy"));
|
PAGE_NEW (_("Privacy"));
|
||||||
FRAME_NEW (_("Cookies"));
|
FRAME_NEW (_("Web Cookies"));
|
||||||
TABLE_NEW (3, 2);
|
TABLE_NEW (3, 2);
|
||||||
label = katze_property_label (settings, "accept-cookies");
|
label = katze_property_label (settings, "accept-cookies");
|
||||||
INDENTED_ADD (label, 0, 1, 0, 1);
|
INDENTED_ADD (label, 0, 1, 0, 1);
|
||||||
|
|
Loading…
Reference in a new issue