Remove unnecessary space symbol from one string in settings (#146)

This commit is contained in:
Gennadiy Chernyshyk
2018-03-02 14:43:15 +02:00
committed by Dharkael
parent fff5888152
commit a289713cfe

View File

@@ -188,7 +188,7 @@ void GeneneralConf::initAutostart() {
ConfigHandler config;
bool checked = config.startupLaunchValue();
m_autostart->setChecked(checked);
m_autostart->setToolTip(tr("Launch Flameshot "));
m_autostart->setToolTip(tr("Launch Flameshot"));
m_layout->addWidget(m_autostart);
connect(m_autostart, &QCheckBox::clicked, this,