diff options
author | Tobias Markmann <tm@ayena.de> | 2016-11-17 16:15:00 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-11-17 16:15:00 (GMT) |
commit | c82f95fd431e702137d5f2e3dda4cf0ae424e837 (patch) | |
tree | a938073b70cc6c748ef038391cb8d7b606fb0558 /Swift | |
parent | dd6f025037faa6b946d71bbd21c729a931178176 (diff) | |
download | swift-c82f95fd431e702137d5f2e3dda4cf0ae424e837.zip swift-c82f95fd431e702137d5f2e3dda4cf0ae424e837.tar.bz2 |
Fix typo in update feed selection dialog
Test-Information:
None.
Change-Id: I6a734918b48e512726344d5812642473067e40a9
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtUpdateFeedSelectionDialog.ui | 2 |
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 @@ -86,7 +86,7 @@ <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> |