From 8d0f501a7d0512eb1f3eee302b7e6c63b12fc60b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 20 Sep 2014 05:54:02 +0000 Subject: fixed typo (patch by Matteo Cypriani) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4505 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streambrowserfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/streambrowser/streambrowserfactory.cpp') diff --git a/src/plugins/General/streambrowser/streambrowserfactory.cpp b/src/plugins/General/streambrowser/streambrowserfactory.cpp index fc8386e07..69681bf6e 100644 --- a/src/plugins/General/streambrowser/streambrowserfactory.cpp +++ b/src/plugins/General/streambrowser/streambrowserfactory.cpp @@ -48,7 +48,7 @@ void StreamBrowserFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Stream Browser Plugin"), tr("Qmmp Stream Browser Plugin")+"\n"+ - tr("This plugin allows to add stream from IceCast stream directory")+"\n"+ + tr("This plugin allows one to add stream from IceCast stream directory")+"\n"+ tr("Written by: Ilya Kotov ")); } -- cgit v1.2.3-13-gbd6f