Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2021-12-06 21:03:44 +0300
committersupermerill <merill@free.fr>2021-12-07 17:05:44 +0300
commited3edaadf260f6abef1efdec59da1df00386ae99 (patch)
treea7656332cea6955873a56c37721b01d875e68ec0 /src
parent698be8f3de466dcf25ff8597fba1af6380beb587 (diff)
fr localization update
supermerill/superslicer#2004 supermerill/superslicer#1840
Diffstat (limited to 'src')
-rw-r--r--src/libslic3r/PrintConfig.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index cfb0fc133..2c9dd7e57 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -1321,7 +1321,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("filament_custom_variables", coStrings);
def->label = L("Custom variables");
- def->full_label = L("Filament custom variables");
+ def->full_label = L("Custom Filament variables");
def->category = OptionCategory::filament;
def->tooltip = L("You can add data accessible to custom-gcode macros."
"\nEach line can define one variable."
@@ -3021,7 +3021,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("print_custom_variables", coString);
def->label = L("Custom variables");
- def->full_label = L("Print custom variables");
+ def->full_label = L("Custom Print variables");
def->category = OptionCategory::filament;
def->tooltip = L("You can add data accessible to custom-gcode macros."
"\nEach line can define one variable."
@@ -3279,7 +3279,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("printer_custom_variables", coString);
def->label = L("Custom variables");
- def->full_label = L("Printer custom variables");
+ def->full_label = L("Custom Printer variables");
def->category = OptionCategory::filament;
def->tooltip = L("You can add data accessible to custom-gcode macros."
"\nEach line can define one variable."