Small UI fixes, translation updates, missprint fixes
This commit is contained in:
@@ -199,7 +199,7 @@ void Controller::enableTrayIcon() {
|
||||
&QCoreApplication::quit);
|
||||
|
||||
// recent screenshots
|
||||
QAction *recentAction = new QAction(tr("&Recent Screenshot"), this);
|
||||
QAction *recentAction = new QAction(tr("&Recent Screenshots"), this);
|
||||
connect(recentAction, SIGNAL(triggered()), this, SLOT(showRecentScreenshots()));
|
||||
|
||||
// generate menu
|
||||
|
||||
Reference in New Issue
Block a user