diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-16 17:30:03 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-16 17:30:51 (GMT) |
commit | ef674c40e7d3092dfa8bb4fd43978ac0ebce64d7 (patch) | |
tree | f3cba6199594183ccc6a830bc2727da8c6bb3ca6 /tools | |
parent | 302c8687f929ea29beba02a65a52c4507d7ab1c2 (diff) | |
download | Qt-ef674c40e7d3092dfa8bb4fd43978ac0ebce64d7.zip Qt-ef674c40e7d3092dfa8bb4fd43978ac0ebce64d7.tar.gz Qt-ef674c40e7d3092dfa8bb4fd43978ac0ebce64d7.tar.bz2 |
fix typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/linguist/lconvert/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lconvert/main.cpp b/tools/linguist/lconvert/main.cpp index dd02d5f..8ecdbc2 100644 --- a/tools/linguist/lconvert/main.cpp +++ b/tools/linguist/lconvert/main.cpp @@ -99,7 +99,7 @@ static int usage(const QStringList &args) " Drop finished messages.\n\n" " --locations {absolute|relative|none}\n" " Override how source code references are saved in ts files.\n" - " Default is absolute.\n}n" + " Default is absolute.\n\n" " --no-ui-lines\n" " Drop line numbers from references to .ui files.\n\n" " --verbose\n" |