From ef831d2749508cf062d46d358b11e93f6d0ab222 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 15 Jul 2015 22:44:24 +0200 Subject: [PATCH] Reworded settings sentence --- cockatrice/src/dlg_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index 5d10d6aa..c20ca78d 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -741,7 +741,7 @@ void MessagesSettingsPage::retranslateUi() mentionPopups.setText(tr("Enable desktop notification for mentions.")); hexLabel.setText(tr("(Color is hexadecimal)")); hexHighlightLabel.setText(tr("(Color is hexadecimal)")); - customAlertStringLabel.setText(tr("(Seperate each word with a space, words are case insensitive)")); + customAlertStringLabel.setText(tr("Separate words with a space, alphanumeric characters only")); }