diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-14 08:43:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-14 08:43:58 +0000 |
| commit | 67072274dee008210bf29b06a424e0fc0f9e44bf (patch) | |
| tree | 4f2a67c741faa6660cdb682c3e415891665efa03 /src/ui/qmmpstarter.cpp | |
| parent | 377bd44ce88f58710f945895d1e16915a0fffff5 (diff) | |
| download | qmmp-67072274dee008210bf29b06a424e0fc0f9e44bf.tar.gz qmmp-67072274dee008210bf29b06a424e0fc0f9e44bf.tar.bz2 qmmp-67072274dee008210bf29b06a424e0fc0f9e44bf.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@412 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/qmmpstarter.cpp')
| -rw-r--r-- | src/ui/qmmpstarter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/qmmpstarter.cpp b/src/ui/qmmpstarter.cpp index b2d7ac92c..d61b8f461 100644 --- a/src/ui/qmmpstarter.cpp +++ b/src/ui/qmmpstarter.cpp @@ -139,15 +139,15 @@ void QMMPStarter::printUsage() { cout << qPrintable(tr("Usage: qmmp [options] [files]")) << endl; cout << qPrintable(tr("Options:")) << endl; - cout << qPrintable(tr("--------")) << endl; + cout << "--------" << endl; cout << qPrintable(m_option_manager->helpString()) << endl; CommandLineManager::printUsage(); - cout << "--help " << qPrintable(tr("Display this text and exit.")) << endl; + cout << "--help " << qPrintable(tr("Display this text and exit")) << endl; cout << "--version " << qPrintable(tr("Print version number and exit")) << endl; cout << qPrintable(tr("Ideas, patches, bugreports send to forkotov02@hotmail.ru")) << endl; } void QMMPStarter::printVersion() { - cout << qPrintable(tr("QMMP version: ")) << QMMP_STR_VERSION << endl; + cout << qPrintable(tr("QMMP version:")) << " " << QMMP_STR_VERSION << endl; } |
