[Differential] [Accepted] D3280: libarchive: stop using xi18nc in errors
rthomsen (Ragnar Thomsen)
noreply at phabricator.kde.org
Sun Nov 13 18:43:54 UTC 2016
rthomsen accepted this revision.
rthomsen added a comment.
This revision is now accepted and ready to land.
Fix and commit :)
INLINE COMMENTS
> readwritelibarchiveplugin.cpp:310
> + qCWarning(ARK) << "Failed to set compression method:" << archive_error_string(m_archiveWriter.data());
> + emit error(i18nc("@info", "Could not set the compression method"));
> return false;
Missing period at end of sentence.
> readwritelibarchiveplugin.cpp:363
> + qCWarning(ARK) << "Failed to set compression method:" << archive_error_string(m_archiveWriter.data());
> + emit error(i18nc("@info", "Could not set the compression method"));
> return false;
Missing period at end of sentence.
> readwritelibarchiveplugin.cpp:373
> + qCWarning(ARK) << "Failed to set compression level" << archive_error_string(m_archiveWriter.data());
> + emit error(i18nc("@info", "Could not set the compression level"));
> return false;
Missing period at end of sentence.
> readwritelibarchiveplugin.cpp:523
> emit error(xi18nc("@info Error in a message box",
> - "Ark could not compress <filename>%1</filename>:<nl/>%2",
> - absoluteFilename,
> - QString::fromUtf8(archive_error_string(m_archiveWriter.data()))));
> + "Could not compressy entry"));
>
Missing period at end of sentence.
REPOSITORY
rARK Ark
BRANCH
libarchive-errors
REVISION DETAIL
https://phabricator.kde.org/D3280
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: elvisangelaccio, rthomsen
Cc: kde-utils-devel, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20161113/4934484d/attachment-0001.html>
More information about the Kde-utils-devel
mailing list