>>>>> "Sanda" == Sanda Pavel <[EMAIL PROTECTED]> writes:
Sanda> msgid "Unknown author index for insertion: %1$d\n" Sanda> what is "author index" - index of authors ? This is an error that can happen when reading a malformed LyX file which has changes. At the beginning of the file, a list of authors is defined, and each one is given an index (an integer). Then each change is associated to an author index (to know who did it). This error message appears on the console when a change has an unknown author. This is not really meant to be understood by the user :) Sanda> ----- #: src/frontends/qt3/ui/QAskForTextDialog.ui:53 msgid Sanda> "&Dummy" Sanda> dont see where it is used. It is not used, because the value is overridden when using the dialog. When you are not sure about an entry, you can always "translate" it by the original english text :) JMarc
