From b722eccf041923b7d566c557cb05e9dc9c8cbeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kyral?= Date: Wed, 30 Dec 2020 17:52:02 +0100 Subject: [PATCH] Fix typo --- lib/solaar/ui/pair_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solaar/ui/pair_window.py b/lib/solaar/ui/pair_window.py index 153324fc..7e842acb 100644 --- a/lib/solaar/ui/pair_window.py +++ b/lib/solaar/ui/pair_window.py @@ -203,7 +203,7 @@ def create(receiver): assistant.set_resizable(False) assistant.set_role('pair-device') - page_text = _('If the device is already turned on, turn if off and on again.') + page_text = _('If the device is already turned on, turn it off and on again.') if receiver.remaining_pairings() and receiver.remaining_pairings() >= 0: page_text += ngettext( '\n\nThis receiver has %d pairing remaining.', '\n\nThis receiver has %d pairings remaining.',