diff --git a/src/ui/dialog/object-attributes.cpp b/src/ui/dialog/object-attributes.cpp index f73c6d515168495177bd16ed349e609f6fed09bc..130f8fe6898b19855834fb8bd3d845182f363f73 100644 --- a/src/ui/dialog/object-attributes.cpp +++ b/src/ui/dialog/object-attributes.cpp @@ -400,7 +400,7 @@ public: if (auto grid = dynamic_cast(_table->get_first_child())) { auto op_button = Gtk::make_managed(); op_button->set_active(false); - op_button->set_tooltip_markup("Picker Tool\nSelect objects on canvas"); + op_button->set_tooltip_markup(_("Picker Tool\nSelect objects on canvas")); op_button->set_margin_start(4); op_button->set_image_from_icon_name("object-pick");