Hi translators of Fedora,
Anaconda is affected by a i18 bug which could prevent a user from being able to click a 'Previous'/'Next' button. Please read the bug #582583 https://bugzilla.redhat.com/show_bug.cgi?id=582583 and check if your language is concerned in anaconda 13.39-1.fc13. A work around exist (use the keyboard) but a trivial fix would be better (remove one or two '\n').
Best regards,
Pablo
Hi,
Could you point my nose to the affected lines in PO?
Thx,
Zoltan
2010/5/4 Pablo Martin-Gomez pablo.martin-gomez@laposte.net
Hi translators of Fedora,
Anaconda is affected by a i18 bug which could prevent a user from being able to click a 'Previous'/'Next' button. Please read the bug #582583 https://bugzilla.redhat.com/show_bug.cgi?id=582583 and check if your language is concerned in anaconda 13.39-1.fc13. A work around exist (use the keyboard) but a trivial fix would be better (remove one or two '\n').
Best regards,
Pablo
-- trans mailing list trans@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/trans
Le Tue, 4 May 2010 22:53:23 +0200, Zoltan Hoppar hopparz@gmail.com a écrit :
Hi,
Could you point my nose to the affected lines in PO?
Thx,
Zoltan
The two following are the ones that can fix the problem by removing a \n :
#: iw/autopart_type.py:230 msgid "" "Removes all partitions on the selected device(s). This includes partitions " "created by other operating systems.\n""\n" "<b>Tip:</b> This option will remove data from the selected device(s). Make " "sure you have backups."
#: iw/autopart_type.py:238 msgid "" "Removes all Linux partitions on the selected device(s). This does not remove " "other partitions you may have on your storage device(s) (such as VFAT or " "FAT32).\n""\n" "<b>Tip:</b> This option will remove data from the selected device(s). Make " "sure you have backups."
Pablo