diff src/gui/dialog/settings/services.cpp @ 11:fc1bf97c528b

*: use C++11 standard I've been meaning to do this for a while, but I didn't want to reimplement the filesystem code. Now we are on C++11 and most compilers from the past 5 centuries should support this now
author Paper <mrpapersonic@gmail.com>
date Sun, 17 Sep 2023 06:14:30 -0400
parents 4b198a111713
children cde8f67a7c7d
line wrap: on
line diff
--- a/src/gui/dialog/settings/services.cpp	Sat Sep 16 02:06:01 2023 -0400
+++ b/src/gui/dialog/settings/services.cpp	Sun Sep 17 06:14:30 2023 -0400
@@ -23,7 +23,7 @@
 	sync_combo_box->setCurrentIndex(static_cast<int>(service) - 1);
 
 	QLabel* sync_note_label =
-		new QLabel(tr("Note: Weeaboo is unable to synchronize multiple services at the same time."), sync_group_box);
+		new QLabel(tr("Note: Minori is unable to synchronize multiple services at the same time."), sync_group_box);
 
 	QVBoxLayout* sync_layout = new QVBoxLayout;
 	sync_layout->addWidget(sync_combo_box_label);