http://bugzilla.novell.com/show_bug.cgi?id=553644#c11 Gabriele Mohr <gs@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gs@novell.com |jsrain@novell.com --- Comment #11 from Gabriele Mohr <gs@novell.com> 2009-11-17 16:55:22 UTC --- If I understand comment #9 correctly the diff below will solve the problem. Desktop.ycp is from package 'yast2'. If an online update for 'yast2' is released the patch can be included. SVN diff: --------- Index: Desktop.ycp =================================================================== --- Desktop.ycp (Revision 59583) +++ Desktop.ycp (Arbeitskopie) @@ -74,7 +74,7 @@ //no translations in .desktop, check desktop_translations.mo then string msgid = sformat("%1(%2): %3", key, fname, fallback ); - ret = dgettext( "desktop_translations", msgid ); + ret = dpgettext( "desktop_translations", "/usr/share/locale", msgid ); //probably untranslated - return english name if(ret == msgid) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.