summary refs log tree commit diff
path: root/src/TrayIcon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/TrayIcon.cc')
-rw-r--r--src/TrayIcon.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TrayIcon.cc b/src/TrayIcon.cc

index 3a227087..beaf00df 100644 --- a/src/TrayIcon.cc +++ b/src/TrayIcon.cc
@@ -70,8 +70,8 @@ TrayIcon::TrayIcon(const QString &filename, QWidget *parent) setIcon(QIcon(icon_)); QMenu *menu = new QMenu(parent); - viewAction_ = new QAction("Show", parent); - quitAction_ = new QAction("Quit", parent); + viewAction_ = new QAction(tr("Show"), parent); + quitAction_ = new QAction(tr("Quit"), parent); connect(viewAction_, SIGNAL(triggered()), parent, SLOT(show())); connect(quitAction_, &QAction::triggered, this, [=]() {