From 67072274dee008210bf29b06a424e0fc0f9e44bf Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 14 Jun 2008 08:43:58 +0000 Subject: fixed typo git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@412 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/qmmpstarter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/qmmpstarter.cpp') 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; } -- cgit v1.2.3-13-gbd6f