mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3218 from nextcloud/Valdnet-patch-3
l10n: Delete space and capital letter
This commit is contained in:
commit
2234aa4387
@ -32,7 +32,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="labelCertificateFile">
|
||||
<property name="text">
|
||||
<string>Certificate & Key (pkcs12) :</string>
|
||||
<string>Certificate & Key (pkcs12):</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@ -156,7 +156,7 @@ void ConnectionValidator::slotJobTimeout(const QUrl &url)
|
||||
{
|
||||
Q_UNUSED(url);
|
||||
//_errors.append(tr("Unable to connect to %1").arg(url.toString()));
|
||||
_errors.append(tr("timeout"));
|
||||
_errors.append(tr("Timeout"));
|
||||
reportResult(Timeout);
|
||||
}
|
||||
|
||||
|
||||
@ -450,7 +450,7 @@ void OwncloudSetupWizard::slotCreateLocalAndRemoteFolders(const QString &localFo
|
||||
if (fi.mkpath(localFolder)) {
|
||||
FileSystem::setFolderMinimumPermissions(localFolder);
|
||||
Utility::setupFavLink(localFolder);
|
||||
res += tr("ok");
|
||||
res += tr("OK");
|
||||
} else {
|
||||
res += tr("failed.");
|
||||
qCWarning(lcWizard) << "Failed to create " << fi.path();
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>can edit</string>
|
||||
<string>Can edit</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@ -178,7 +178,7 @@ void PropagateLocalMkdir::startLocalMkdir()
|
||||
emit propagator()->touchedFile(newDirStr);
|
||||
QDir localDir(propagator()->localPath());
|
||||
if (!localDir.mkpath(_item->_file)) {
|
||||
done(SyncFileItem::NormalError, tr("could not create folder %1").arg(newDirStr));
|
||||
done(SyncFileItem::NormalError, tr("Could not create folder %1").arg(newDirStr));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user