summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/full_config_dialog.cc4
1 files changed, 2 insertions, 2 deletions
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));