[yast-commit] r59978 - in /branches/SuSE-Linux-11_2-Branch/yast2: library/desktop/src/Desktop.ycp package/yast2.changes
![](https://seccdn.libravatar.org/avatar/38b487cbaff3eee1e7a74ac7b3d2ed23.jpg?s=120&d=mm&r=g)
Author: jsrain Date: Mon Dec 7 13:05:59 2009 New Revision: 59978 URL: http://svn.opensuse.org/viewcvs/yast?rev=59978&view=rev Log: translate module names properly in NCurses CC (bnc#553644) Modified: branches/SuSE-Linux-11_2-Branch/yast2/library/desktop/src/Desktop.ycp branches/SuSE-Linux-11_2-Branch/yast2/package/yast2.changes Modified: branches/SuSE-Linux-11_2-Branch/yast2/library/desktop/src/Desktop.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/yast2/l... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/yast2/library/desktop/src/Desktop.ycp (original) +++ branches/SuSE-Linux-11_2-Branch/yast2/library/desktop/src/Desktop.ycp Mon Dec 7 13:05:59 2009 @@ -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) Modified: branches/SuSE-Linux-11_2-Branch/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/yast2/p... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Linux-11_2-Branch/yast2/package/yast2.changes Mon Dec 7 13:05:59 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Dec 7 13:03:25 CET 2009 - jsrain@suse.cz + +- translate module names properly in NCurses CC (bnc#553644) + +------------------------------------------------------------------- Mon Oct 26 16:53:20 CET 2009 - mzugec@suse.cz - NetworkPopup: display link state (FaTE#307166) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn.opensuse.org