summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-11-17 16:15:00 (GMT)
committerTobias Markmann <tm@ayena.de>2016-11-17 16:15:00 (GMT)
commitc82f95fd431e702137d5f2e3dda4cf0ae424e837 (patch)
treea938073b70cc6c748ef038391cb8d7b606fb0558
parentdd6f025037faa6b946d71bbd21c729a931178176 (diff)
downloadswift-c82f95fd431e702137d5f2e3dda4cf0ae424e837.zip
swift-c82f95fd431e702137d5f2e3dda4cf0ae424e837.tar.bz2
Fix typo in update feed selection dialog
Test-Information: None. Change-Id: I6a734918b48e512726344d5812642473067e40a9
-rw-r--r--Swift/QtUI/QtUpdateFeedSelectionDialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtUpdateFeedSelectionDialog.ui b/Swift/QtUI/QtUpdateFeedSelectionDialog.ui
index 4107f3a..2eac1f1 100644
--- a/Swift/QtUI/QtUpdateFeedSelectionDialog.ui
+++ b/Swift/QtUI/QtUpdateFeedSelectionDialog.ui
@@ -59,61 +59,61 @@
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="testingDescriptionLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>This release channel includes our stable releases, beta releases and release candidates. They should be free from obvious bugs and are released for wider testing to find more obscure bugs.</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="developmentDescriptionLabel">
<property name="text">
- <string>This release channel includes our stable releases, beta releases, release candidates and development releases. The development releases are not thoroughly tested and might contained bugs.</string>
+ <string>This release channel includes our stable releases, beta releases, release candidates and development releases. The development releases are not thoroughly tested and might contain bugs.</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>QtUpdateFeedSelectionDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">