CVS_SILENT i18n style guide fixes

svn path=/trunk/kdegraphics/kdvi/; revision=379147
remotes/origin/kdvi-3.4
Stephan Binner 21 years ago
parent 933fc77349
commit ead56ef4ff
  1. 2
      dviwin_export.cpp
  2. 2
      fontpool.cpp

@ -181,7 +181,7 @@ void dviRenderer::exportPS(QString fname, QString options, KPrinter *printer)
"a PDF viewer.</p>"
"<p>The author of KDVI apologizes for the inconvenience. If enough users complain, the missing functionality might later "
"be added.</p></qt>") ,
i18n("Functionality unavailable"));
i18n("Functionality Unavailable"));
return;
}

@ -307,7 +307,7 @@ void fontPool::locateFonts(void)
"which are necessary to display the current DVI file. "
"Your document might be unreadable.</p></qt>"),
details,
i18n("Not all font files found - KDVI") );
i18n("Not All Font Files Found") );
}
}

Loading…
Cancel
Save