~ubuntu-branches/ubuntu/natty/bluedevil/natty

« back to all changes in this revision

Viewing changes to src/daemon/helpers/requestpin/requestpin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-16 14:53:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100916145324-0gj8ss49ja9wgt4j
Tags: 1.0~rc4-0ubuntu1
* New upstream release
  - Build against libbluedevil-dev 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    m_notification->setText(i18nc(
44
44
        "Shown in a notification to announce that a PIN is needed to accomplish a pair action, %1 is the name of the bluetooth device",
45
 
        "PIN is needed to pair with %1",qApp->arguments()[1])
 
45
        "PIN needed to pair with %1",qApp->arguments()[1])
46
46
    );
47
47
 
48
48
    QStringList actions;