svn path=/trunk/kdegraphics/kpdf/; revision=342208
remotes/origin/kpdf-experiments
Albert Astals Cid 22 years ago
parent e84374ee24
commit c46d4220f1
  1. 2
      kpdf/kpdf_error.cpp

@ -52,7 +52,7 @@ void CDECL error(int pos, const char *msg, ...) {
return;
}
if (pos >= 0) {
emsg = i18n("Error (%d): ").arg(pos);
emsg = i18n("Error (%1): ").arg(pos);
} else {
emsg = i18n("Error: ");
}

Loading…
Cancel
Save