From 74200fadf2b6139dc6341be5aad61ff278e1aac9 Mon Sep 17 00:00:00 2001 From: Talkashie Date: Sun, 21 Jun 2026 18:38:33 -0500 Subject: [PATCH] Update prefs.py --- src/prefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs.py b/src/prefs.py index 35c84b15..dabdc5ac 100644 --- a/src/prefs.py +++ b/src/prefs.py @@ -310,7 +310,7 @@ def __init__(self, main_window, page_name): section = page.add_section(_("File Transfers")) - widget = GSettingsSwitch(_("Use compression when possible."), + widget = GSettingsSwitch(_("Use compression when possible"), PREFS_SCHEMA, USE_COMPRESSION_KEY, tooltip=_("Warning: This may have a negative impact on performance on some faster networks.")) section.add_row(widget)