mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Add translation markers on more unstranslated strings (#9134)
This commit is contained in:
committed by
GitHub
parent
d37f1b6a81
commit
7d72db562f
@@ -347,7 +347,7 @@ public:
|
||||
|
||||
// Based on Text
|
||||
memDc.SetFont(m_constant_text.based_on_font);
|
||||
auto bs_version = wxString::Format("Based on PrusaSlicer and BambuStudio").ToStdString();
|
||||
auto bs_version = wxString::Format(_L("Based on PrusaSlicer and BambuStudio")).ToStdString();
|
||||
wxSize based_on_ext = memDc.GetTextExtent(bs_version);
|
||||
wxRect based_on_rect(
|
||||
wxPoint(0, height - based_on_ext.GetHeight() * 2),
|
||||
@@ -2250,7 +2250,7 @@ bool GUI_App::on_init_inner()
|
||||
// Verify resources path
|
||||
const wxString resources_dir = from_u8(Slic3r::resources_dir());
|
||||
wxCHECK_MSG(wxDirExists(resources_dir), false,
|
||||
wxString::Format("Resources path does not exist or is not a directory: %s", resources_dir));
|
||||
wxString::Format(_L("Resources path does not exist or is not a directory: %s"), resources_dir));
|
||||
|
||||
#ifdef __linux__
|
||||
if (! check_old_linux_datadir(GetAppName())) {
|
||||
|
||||
Reference in New Issue
Block a user