From 160b6124a32948487c4eb4a72bc10c7056f7c74c Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Thu, 4 Jun 2020 10:01:40 -0400 Subject: [PATCH] Fix typo. --- oscar/SleepLib/schema.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/SleepLib/schema.cpp b/oscar/SleepLib/schema.cpp index dde9ca97..6faf5859 100644 --- a/oscar/SleepLib/schema.cpp +++ b/oscar/SleepLib/schema.cpp @@ -108,7 +108,7 @@ void init() // Note: Old channel names stored in channels.xml are not translatable.. they need to be moved to be defined AFTER here instead if (!schema::channel.Load(":/docs/channels.xml")) { QMessageBox::critical(0, STR_MessageBox_Error, - QObject::tr("Couldn't parse Channels.xml, OSCAR cannot continue and is termating."), + QObject::tr("Couldn't parse Channels.xml, OSCAR cannot continue and is exiting."), QMessageBox::Ok); QApplication::exit(-1); }