~ubuntu-branches/ubuntu/lucid/kdebase-runtime/lucid

« back to all changes in this revision

Viewing changes to drkonqi/reportassistantpages_bugzilla.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-03-29 18:14:36 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20100329181436-fb4m27cpigph5apt
Tags: upstream-4.4.2
ImportĀ upstreamĀ versionĀ 4.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
                                    "will probably waste developers' time. Can you tell us more?");
396
396
 
397
397
            KGuiItem yesItem = KStandardGuiItem::yes();
398
 
            yesItem.setText("Yes, let me add more information");
 
398
            yesItem.setText(i18n("Yes, let me add more information"));
399
399
 
400
400
            KGuiItem noItem = KStandardGuiItem::no();
401
 
            noItem.setText("No, I cannot add any other information");
 
401
            noItem.setText(i18n("No, I cannot add any other information"));
402
402
 
403
403
            if (KMessageBox::warningYesNo(this, message,
404
404
                                           i18nc("@title:window","We need more information"),