Zsolt Sandor escribi?: > > After your .po commits, i can see the following in the .po file: > > #: kdenlive/exportdvddialog.cpp:151 > msgid "" > "You can now close this dialog and keep on working on your project while the " > "DVD is being created." > msgstr "" > "Bez?rhatja a dial?gusablakot, ?s folytathatja a munk?j?t. A DVD k?sz?t?se " > "folyamatban van." > > Is it correct so? msgid "" does not contains any text!! > Yes, it's correct. Both cases you can see below give the same result when compiled:
msgid "" "You can now close this dialog and keep on working on your project while the " "DVD is being created." msgid "You can now close this dialog and keep on working on your project while the DVD is being created."
