]> git.sur5r.net Git - minitube/commitdiff
Browse
authorFlavio <flavio@odisseo.local>
Thu, 10 Jan 2013 12:10:20 +0000 (13:10 +0100)
committerFlavio <flavio@odisseo.local>
Thu, 10 Jan 2013 12:10:20 +0000 (13:10 +0100)
src/homeview.cpp

index f7ad71ab11d58754127357051134295e9d7a0d37..4ac091dbba8abc6bedbecc701e00d7832c32210d 100644 (file)
@@ -37,7 +37,7 @@ void HomeView::setupBar() {
     bar->addAction(action);
     bar->setCheckedAction(action);
 
-    action = new QAction(tr("Categories"), this);
+    action = new QAction(tr("Browse"), this);
     action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_2));
     action->setStatusTip(tr("Browse videos by category"));
     connect(action, SIGNAL(triggered()), SLOT(showStandardFeeds()));