From ed3edaadf260f6abef1efdec59da1df00386ae99 Mon Sep 17 00:00:00 2001 From: supermerill Date: Mon, 6 Dec 2021 19:03:44 +0100 Subject: fr localization update supermerill/superslicer#2004 supermerill/superslicer#1840 --- src/libslic3r/PrintConfig.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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." -- cgit v1.2.3