Corrected spelling of "weight" in the preferences dialog and code

"weight" was spelled as "weigth" in a few places in the code, but
more importantly, it was misspelled in the preferences dialog.
A minor nit-pick, maybe, but it still drew the eye in the dialog
and looked weird.

Signed-off-by: Benjamin Fogel <benjaminfogel@yahoo.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Benjamin 2013-08-05 12:23:20 +02:00 committed by Dirk Hohndel
parent db17edda65
commit c68296c5bb
2 changed files with 9 additions and 9 deletions

View file

@ -374,7 +374,7 @@
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Weigth</string>
<string>Weight</string>
</property>
</widget>
</item>