mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-27 06:45:26 -07:00
Fix the spacing on the original english strings (#9596)
* Remove extra spaces between words * Remove extra spaces after punctuation * Remove extra spaces before punctuation * Always needs a space after punctuation * Always needs a space before parens * Remove trailing spaces before newline
This commit is contained in:
parent
020d31d600
commit
57a6f61349
54 changed files with 3911 additions and 3999 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace Slic3r { namespace GUI {
|
||||
ConnectPrinterDialog::ConnectPrinterDialog(wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, long style)
|
||||
: DPIDialog(parent, id, _L("ConnectPrinter(LAN)"), pos, size, style)
|
||||
: DPIDialog(parent, id, _L("Connect Printer (LAN)"), pos, size, style)
|
||||
{
|
||||
SetBackgroundColour(*wxWHITE);
|
||||
this->SetSizeHints(wxDefaultSize, wxDefaultSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue