diff options
author | Benjamin <nystire@gmail.com> | 2013-08-05 12:23:20 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-08-30 20:22:50 -0700 |
commit | c68296c5bbfe2ce7d62117c372951f1680fa546c (patch) | |
tree | f6c6a27328ffdb8224523668c8a8bf9b5924ad5a /qt-ui/preferences.ui | |
parent | db17edda65d6e4040bd0e7f613f814d21eedeb86 (diff) | |
download | subsurface-c68296c5bbfe2ce7d62117c372951f1680fa546c.tar.gz |
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>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 07a423834..2ecd0963c 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -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> |