https://bugzilla.novell.com/show_bug.cgi?id=222728 sh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor ------- Comment #2 from sh@novell.com 2006-11-21 08:37 MST ------- This uses generic Qt QMessageBox buttons which should be translated along with the standard Qt messages: msg = _( "<p>Dependency resolver test case written to <br><tt>%1</tt></p>" "<p>Prepare <tt>y2logs.tgz tar</tt> archive to attach to Bugzilla?</p>" ).arg( testCaseDir ); button_no = QMessageBox::question( 0, // parent _( "Success" ), // caption msg, QMessageBox::Yes |QMessageBox::Default, QMessageBox::No, QMessageBox::Cancel |QMessageBox::Escape ); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.