~ubuntu-branches/ubuntu/natty/muon/natty

« back to all changes in this revision

Viewing changes to libmuon/HistoryView/HistoryView.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-12-20 21:25:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101220212502-jah7iubxtsmzh3t8
Tags: 1.0.90-0ubuntu1
* New upstream release:
  - Remove linker fix patch, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            historyItem->setEditable(false);
119
119
            historyItem->setIcon(KIcon("applications-other").pixmap(32,32));
120
120
 
121
 
            QString action = i18nc("@status describes a past-tense action", "Installed");
 
121
            QString action = i18nc("@info:status describes a past-tense action", "Installed");
122
122
            QString text = i18nc("@item example: muon installed at 16:00", "%1 %2 at %3",
123
123
                                 package, action, formattedTime);
124
124
            historyItem->setText(text);