aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser/streambrowserfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/streambrowser/streambrowserfactory.cpp')
-rw-r--r--src/plugins/General/streambrowser/streambrowserfactory.cpp2
1 files changed, 1 insertions, 1 deletions
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 <forkotov02@hotmail.ru>"));
}