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:
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."