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)