From 4e51008923b6c2f3f76a0e58fb45b175336f240d Mon Sep 17 00:00:00 2001 From: supermerill Date: Thu, 6 Dec 2018 18:08:07 +0100 Subject: [PATCH] localization changes & typo --- resources/localization/en_US/Slic3rPE_en.po | 6 +++--- xs/src/libslic3r/libslic3r.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/localization/en_US/Slic3rPE_en.po b/resources/localization/en_US/Slic3rPE_en.po index e519e481d..ef6263d56 100644 --- a/resources/localization/en_US/Slic3rPE_en.po +++ b/resources/localization/en_US/Slic3rPE_en.po @@ -862,7 +862,7 @@ msgstr "Filament Settings" #: c:\src\Slic3r\xs\src\slic3r\GUI\Tab.hpp:228 msgid "Printer Settings" -msgstr "Printer Settings" +msgstr "Hardware Settings" #: c:\src\Slic3r\xs\src\slic3r\GUI\Tab.hpp:248 msgid "Save preset" @@ -1071,7 +1071,7 @@ msgid "" "Suppress \" - default - \" presets in the Print / Filament / Printer " "selections once there are any other valid presets available." msgstr "" -"Suppress \" - default - \" presets in the Print / Filament / Printer " +"Suppress \" - default - \" presets in the Print / Filament / Hardware " "selections once there are any other valid presets available." #: c:\src\Slic3r\xs\src\slic3r\GUI\Preferences.cpp:67 @@ -2358,7 +2358,7 @@ msgstr "(minimum)" #: C:\src\Slic3r\xs\src\libslic3r\PrintConfig.cpp:1014 msgid "Printer notes" -msgstr "Printer notes" +msgstr "Hardware notes" #: C:\src\Slic3r\xs\src\libslic3r\PrintConfig.cpp:1015 msgid "You can put your notes regarding the printer here." diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h index dba7152b6..ccd42441e 100644 --- a/xs/src/libslic3r/libslic3r.h +++ b/xs/src/libslic3r/libslic3r.h @@ -14,7 +14,7 @@ #include #define SLIC3R_FORK_NAME "Slic3r++" -#define SLIC3R_VERSION "1.41.2 +#define SLIC3R_VERSION "1.41.2" #define SLIC3R_BUILD "UNKNOWN" typedef int32_t coord_t;