diff options
author | Tobias Markmann <tm@ayena.de> | 2014-12-03 20:55:32 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2014-12-10 14:43:58 (GMT) |
commit | 8edff5891388643382151e80d170e87902eff2ed (patch) | |
tree | ae8ca03622e95f8ddebda145bcd2b59b0babc12e | |
parent | d20c00c77a07562b5e385ef0b1d957007913348b (diff) | |
download | swift-8edff5891388643382151e80d170e87902eff2ed.zip swift-8edff5891388643382151e80d170e87902eff2ed.tar.bz2 |
Fix typos in "Edit Blocking List..." dialog.
Test-Information:
Tested it now shows the corrected text.
Change-Id: Id4d768428064608ba8e034cefdbbe6530e5ee8ef
-rw-r--r-- | Swift/QtUI/QtBlockListEditorWindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtBlockListEditorWindow.ui b/Swift/QtUI/QtBlockListEditorWindow.ui index a611890..7a5b685 100644 --- a/Swift/QtUI/QtBlockListEditorWindow.ui +++ b/Swift/QtUI/QtBlockListEditorWindow.ui @@ -32,7 +32,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string><html><head/><body><p align="justify">The follwing list shows all contacts that you have currently blocked. You can add contacts to the list at the buttom of the list and remove contacts by clicking on the right column.</p></body></html></string> + <string><html><head/><body><p align="justify">The following list shows all contacts that you have currently blocked. You can add contacts to the list at the bottom of the list and remove contacts by clicking on the right column.</p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> |