mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
One more apostrophe change
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
dadddd7ea2
commit
a3b2dc669c
@ -1016,10 +1016,10 @@ void FolderStatusModel::slotSetProgress(const ProgressInfo &progress)
|
||||
auto fileName = QFileInfo(citm._item._file).fileName();
|
||||
if (allFilenames.length() > 0) {
|
||||
//: Build a list of file names
|
||||
allFilenames.append(QStringLiteral(", '%1'").arg(fileName));
|
||||
allFilenames.append(QStringLiteral(", \"%1\"").arg(fileName));
|
||||
} else {
|
||||
//: Argument is a file name
|
||||
allFilenames.append(QStringLiteral("'%1'").arg(fileName));
|
||||
allFilenames.append(QStringLiteral("\"%1\"").arg(fileName));
|
||||
}
|
||||
}
|
||||
if (curItemProgress == -1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user