aboutsummaryrefslogtreecommitdiff
path: root/src/ui/qmmpstarter.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-14 08:43:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-14 08:43:58 +0000
commit67072274dee008210bf29b06a424e0fc0f9e44bf (patch)
tree4f2a67c741faa6660cdb682c3e415891665efa03 /src/ui/qmmpstarter.cpp
parent377bd44ce88f58710f945895d1e16915a0fffff5 (diff)
downloadqmmp-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.cpp6
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;
}