CVS_SILENT i18n style guide fixes

svn path=/trunk/kdegraphics/kdvi/; revision=379147
This commit is contained in:
Stephan Binner 2005-01-16 17:04:31 +00:00
parent 933fc77349
commit ead56ef4ff
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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") );
}
}