This commit is contained in:
Nyall Dawson 2022-07-22 10:34:52 +10:00
parent 9e82e1c54f
commit 0ef66fd7b2
2 changed files with 3 additions and 3 deletions

View File

@ -354,7 +354,7 @@
<item row="2" column="1">
<widget class="QComboBox" name="mStorageModeCbx">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Allows to store file paths or directory paths&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Allows storing file paths or directory paths&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>

View File

@ -283,7 +283,7 @@ void TestQgsExternalResourceWidgetWrapper::testSetNullValues()
void TestQgsExternalResourceWidgetWrapper::testUrlStorageExpression()
{
// test that everything related to Url storage expresssion is correctly set
// test that everything related to Url storage expression is correctly set
// according to configuration
QVariantMap globalVariables;
@ -1107,7 +1107,7 @@ void TestQgsExternalResourceWidgetWrapper::testChangeValueBeforeLoaded()
QVERIFY( !ww.mQgsWidget->mErrorLabel->isVisible() );
QVERIFY( !messageBar->currentItem() );
// first fetch has been canceled and should be detroyed
// first fetch has been canceled and should be destroyed
connect( firstFetchContent, &QObject::destroyed, &loop, &QEventLoop::quit );
loop.exec();