From 781ba590777fd84f591cc1811ff38260a8e23843 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Mar 2025 00:55:26 +0100 Subject: Fix incorrectly-removed spaces. --- src/wx/full_config_dialog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 8ff3ce832..704bce621 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -566,8 +566,8 @@ private: _tms_password = new PasswordEntry(_panel); table->Add(_tms_password->get_panel(), 1, wxEXPAND); - _tms_protocol->Append(_("SCP(for AAM and Doremi)")); - _tms_protocol->Append(_("FTP(for Dolby)")); + _tms_protocol->Append(_("SCP (for AAM and Doremi)")); + _tms_protocol->Append(_("FTP (for Dolby)")); _upload->bind(&TMSPage::upload_changed, this); _tms_protocol->Bind(wxEVT_CHOICE, boost::bind(&TMSPage::tms_protocol_changed, this)); -- cgit v1.2.3