Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/i18nmenu_node/README.txt,v
retrieving revision 1.2
diff -u -p -r1.2 README.txt
--- README.txt	12 Sep 2010 16:40:26 -0000	1.2
+++ README.txt	18 Sep 2010 12:06:02 -0000
@@ -21,8 +21,15 @@ source node will show the usual menu ite
 will have a textfield allowing to translate the menu item title through the 
 String translation feature of the i18n project [1].
 
-Note that node translation works only for node types having translation support 
-enabled.
+Note that if you need to translate titles into the default language you need to
+add the following line to your settings.php:
+
+$conf["i18nstrings_translate_langcode_$langcode"] = TRUE;
+
+where $langcode is the language code of the default language.
+
+Note also that node translation works only for node types having translation
+support enabled.
 
 People using Menu Translation (Node) for the first time might experience some
 problems in making it work properly. The main cause of these problems is the
