From kde-i18n-doc Wed Apr 30 09:31:02 2008 From: Yukiko Bando Date: Wed, 30 Apr 2008 09:31:02 +0000 To: kde-i18n-doc Subject: A questionYesNo without a question in Amarok Message-Id: <200804301831.02510.ybando () k6 ! dion ! ne ! jp> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=120954794915610 Hello, There is a questionYesNo without a question in amarok.po. It comes from EngineController.cpp. KGuiItem installButton( i18n( "Install MP3 Support" ) ); if(KMessageBox::questionYesNo(MainWindow::self() , i18n("Amarok currently cannot play MP3 files.") , i18n( "No MP3 Support" ) , installButton , KStandardGuiItem::no() The answer "No" doesn't make sense unless Amarok asks whether you want to install MP3 support or not. :) Regards, Yukiko