mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
i18n: Correct typo and remove apostrophe
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
00dab13b39
commit
22b0a2e196
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ bool ProcessDirectoryJob::checkForInvalidFileName(const PathTuple &path,
|
|||
QString errorMessage;
|
||||
const auto newFileNameEntry = entriesIter->second;
|
||||
if (newFileNameEntry.serverEntry.isValid()) {
|
||||
errorMessage = tr("File contains trailing spaces and coudn't be renamed, because a file with the same name already exists on the server.");
|
||||
errorMessage = tr("File contains trailing spaces and could not be renamed, because a file with the same name already exists on the server.");
|
||||
}
|
||||
if (newFileNameEntry.localEntry.isValid()) {
|
||||
errorMessage = tr("File contains trailing spaces and coudn't be renamed, because a file with the same name already exists locally.");
|
||||
errorMessage = tr("File contains trailing spaces and could not be renamed, because a file with the same name already exists locally.");
|
||||
}
|
||||
|
||||
if (!errorMessage.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue