From: Claudio Cambra Date: Wed, 14 Dec 2022 19:25:07 +0000 (+0100) Subject: Improve wording in the case clash resolution dialog X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~27^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4c4e8707daa1a593ee934640c5aaafce286a6c09;p=nextcloud-desktop.git Improve wording in the case clash resolution dialog Signed-off-by: Claudio Cambra --- diff --git a/src/gui/caseclashfilenamedialog.cpp b/src/gui/caseclashfilenamedialog.cpp index 827e537e2..fff17c0b8 100644 --- a/src/gui/caseclashfilenamedialog.cpp +++ b/src/gui/caseclashfilenamedialog.cpp @@ -100,7 +100,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, @@ -108,7 +108,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 17eb96d74..42d9a6754 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