From fd4ab04d76de7324102291faa52dbf451b0f44ba Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 1 Jul 2014 18:19:13 +0200 Subject: [PATCH] Minor adjustment in tooltip --- lib/Slic3r/GUI/Preferences.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/Preferences.pm b/lib/Slic3r/GUI/Preferences.pm index 8bb64fda15..aab037ce78 100644 --- a/lib/Slic3r/GUI/Preferences.pm +++ b/lib/Slic3r/GUI/Preferences.pm @@ -46,7 +46,7 @@ sub new { opt_id => 'autocenter', type => 'bool', label => 'Auto-center parts', - tooltip => 'If this is enabled, Slic3r will auto-center objects around the configured print center.', + tooltip => 'If this is enabled, Slic3r will auto-center objects around the print bed center.', default => $Slic3r::GUI::Settings->{_}{autocenter}, )); $optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(