Commit 1b9734f864215aafc577b3c82462fe3c85e693aa

  • avatar
  • swiesner <swiesner @283d02a7-25f6-0310…ecb5cbfe19da.>
  • Tue Mar 30 19:17:24 CEST 2010
Fixed error message translation

git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/utils/synaptiks@1109146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
  
7474}
7575
7676QString QXDevicePropertyError::toString() const {
77 return i18n("device error with property name"
78 "%1: %2: %3", QString(this->name()),
79 QString(this->property()), this->message());
77 return i18nc("device error with property name",
78 "%1: %2: %3", QString(this->name()),
79 QString(this->property()), this->message());
8080}
8181
8282