CVS commit by mhunter: i18n fix M +2 -2 apm.cpp 1.10 --- kdeutils/klaptopdaemon/apm.cpp #1.9:1.10 @@ -91,6 +91,6 @@ ApmConfig::ApmConfig (QWidget * parent, "ways you can enable this application, either make the file \n" "/proc/apm writeable by anyone every time your system boots \n" - "or use the button below to make the ")+apm_name+i18n(" application\n" - "set-uid root"), this)); + "or use the button below to make the %1 application\n" + "set-uid root").arg(apm_name), this)); QHBoxLayout *ll = new QHBoxLayout(this); QPushButton *setupButton = new QPushButton(i18n("Setup Helper Application"), this);