diff --git a/src/gui/caseclashfilenamedialog.cpp b/src/gui/caseclashfilenamedialog.cpp index 3440de5f13e8c..48033a00330ef 100644 --- a/src/gui/caseclashfilenamedialog.cpp +++ b/src/gui/caseclashfilenamedialog.cpp @@ -99,7 +99,7 @@ CaseClashFilenameDialog::CaseClashFilenameDialog(AccountPtr account, const auto preexistingConflictingFile = caseClashConflictFile(_filePath); updateFileWidgetGroup(preexistingConflictingFile, - tr("Open local version"), + tr("Open existing file"), _ui->localVersionFilename, _ui->localVersionLink, _ui->localVersionMtime, @@ -107,7 +107,7 @@ CaseClashFilenameDialog::CaseClashFilenameDialog(AccountPtr account, _ui->localVersionButton); updateFileWidgetGroup(conflictTaggedPath, - tr("Open server version"), + tr("Open clashing file"), _ui->remoteVersionFilename, _ui->remoteVersionLink, _ui->remoteVersionMtime, diff --git a/src/gui/caseclashfilenamedialog.ui b/src/gui/caseclashfilenamedialog.ui index 17eb96d7499ce..42d9a67544793 100644 --- a/src/gui/caseclashfilenamedialog.ui +++ b/src/gui/caseclashfilenamedialog.ui @@ -6,7 +6,7 @@ 0 0 - 553 + 451 349 @@ -50,7 +50,7 @@ - Local case clash file + Existing file @@ -118,7 +118,7 @@ - Open original version + Open existing file @@ -162,7 +162,7 @@ - Server case clash file + Case clashing file @@ -224,7 +224,7 @@ - Open incoming conflict version + Open clashing file @@ -265,7 +265,7 @@ - Please enter a new name for the remote file: + Please enter a new name for the clashing file: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop