Fix typos
avilable => available recieve => receive Signed-off-by: Kentaro Hayashi <kenhys@xdump.org>
This commit is contained in:
committed by
Chris Rizzitello
parent
d537a23fda
commit
7771dcd04c
@ -413,7 +413,7 @@ void MainWindow::trayIconActivated(QSystemTrayIcon::ActivationReason reason)
|
||||
void MainWindow::versionCheckerUpdateFound(const QString &version)
|
||||
{
|
||||
m_btnUpdate->setVisible(true);
|
||||
m_btnUpdate->setToolTip(tr("A new version v%1 is avilable").arg(version));
|
||||
m_btnUpdate->setToolTip(tr("A new version v%1 is available").arg(version));
|
||||
}
|
||||
|
||||
void MainWindow::coreProcessError(CoreProcess::Error error)
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Computers to recieve this event</string>
|
||||
<string>Computers to receive this event</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="_3">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user