mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-06 08:46:46 +00:00
Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
committed by
GitHub
parent
2806398e79
commit
72a4597107
@@ -5891,7 +5891,7 @@ wxBoxSizer *ScoreDialog::get_button_sizer()
|
||||
if (ret == -1)
|
||||
error_info += _L("Upload failed\n").ToUTF8().data();
|
||||
else
|
||||
error_info += _L("obtaining instance_id failed\n").ToUTF8().data();
|
||||
error_info += _L("Obtaining instance_id failed\n").ToUTF8().data();
|
||||
if (!error_info.empty()) { BOOST_LOG_TRIVIAL(info) << error_info; }
|
||||
|
||||
dlg_info = new MessageDialog(this,
|
||||
|
||||
Reference in New Issue
Block a user