diff src/gui/dialog/settings/application.cc @ 112:80f49f623d30

locale: allow switching locales without restarting
author Paper <mrpapersonic@gmail.com>
date Mon, 06 Nov 2023 13:41:30 -0500
parents 2004b41d4a59
children 9613d72b097e
line wrap: on
line diff
--- a/src/gui/dialog/settings/application.cc	Mon Nov 06 02:03:55 2023 -0500
+++ b/src/gui/dialog/settings/application.cc	Mon Nov 06 13:41:30 2023 -0500
@@ -107,7 +107,7 @@
 		{
 			/* Application locale */
 			{
-				QLabel* locale_combo_box_label = new QLabel(tr("Set application locale (requires restart):"), appearance_group_box);
+				QLabel* locale_combo_box_label = new QLabel(tr("Set application locale:"), appearance_group_box);
 				appearance_layout->addWidget(locale_combo_box_label);
 			}