Bugzilla – Bug 116066
Missing letter in YaST2 french translation
Last modified: 2005-10-05 03:39:27 UTC
Running YaST2, in the "Divers" section (Misc), the "Charger le CD pilote du constructeur" icon miss the first "c". The icon name is "harger le CD pilote du constructeur". See attached screenshot.
Created attachment 49329 [details] Screenshot
It's wrong in vendor.desktop. Don't know the process for the translations therein.
Moving this to Normal as it looks bad. Need to add "C" to beginning of string. in entries.6.po : 683 # /usr/share/applications/YaST2/vendor.desktop 684 msgid "Name(vendor.desktop): Vendor Driver CD" 685 msgstr "Charger le CD pilote du constructeur"
./entries.6.po:msgstr " harger le CD pilote du constructeur" should be : ./entries.6.po:msgstr "Charger le CD pilote du constructeur" Coolo, Can you updated this when you are re-building today ?
fixed in svn - I never promised a rebuild as this is out of my control