diff --git a/chrome/content/options.xul b/chrome/content/options.xul
index d710b04..578b200 100644
--- a/chrome/content/options.xul
+++ b/chrome/content/options.xul
@@ -10,6 +10,5 @@
-
-
+
diff --git a/chrome/locale/de/options.dtd b/chrome/locale/de/options.dtd
index 9594885..7637bf4 100644
--- a/chrome/locale/de/options.dtd
+++ b/chrome/locale/de/options.dtd
@@ -1,3 +1,4 @@
+
diff --git a/chrome/locale/en-US/options.dtd b/chrome/locale/en-US/options.dtd
index dd9f46a..084d586 100644
--- a/chrome/locale/en-US/options.dtd
+++ b/chrome/locale/en-US/options.dtd
@@ -1,3 +1,4 @@
+
diff --git a/chrome/locale/fr/options.dtd b/chrome/locale/fr/options.dtd
index ab043fa..bdbf621 100644
--- a/chrome/locale/fr/options.dtd
+++ b/chrome/locale/fr/options.dtd
@@ -1,3 +1,4 @@
+
diff --git a/chrome/locale/nl/options.dtd b/chrome/locale/nl/options.dtd
index 6f6d3ed..663f150 100644
--- a/chrome/locale/nl/options.dtd
+++ b/chrome/locale/nl/options.dtd
@@ -1,3 +1,4 @@
+
diff --git a/components/calTodotxt.js b/components/calTodotxt.js
index d503788..702360a 100644
--- a/components/calTodotxt.js
+++ b/components/calTodotxt.js
@@ -17,7 +17,7 @@ Components.utils.import("resource://todotxt/todo-txt-js/todotxt.js");
function calTodoTxt() {
this.initProviderBase();
- todotxtLogger.debugMode = true;
+ todotxtLogger.debugMode = false;
todotxtLogger.debug("calTodoTxt", "Constructor");
myPrefObserver.register(this);
diff --git a/defaults/preferences/todo.txt-ext.js b/defaults/preferences/todo.txt-ext.js
index 3d72083..a167b0e 100644
--- a/defaults/preferences/todo.txt-ext.js
+++ b/defaults/preferences/todo.txt-ext.js
@@ -1,3 +1,2 @@
pref("extensions.todotxt.thunderbird", true);
pref("extensions.todotxt.creation", true);
-pref("general.useragent.locale","en-US");