Code

i18n fixes for Bug #408093.
[inkscape.git] / src / ui / dialog / filter-effects-dialog.cpp
index 171c23ae41f8cd9c19b9b419eb3459f3a67b11f1..c7f5050468bff6e89ea208e5d4b9d6cb9b3c7f96 100644 (file)
@@ -1315,7 +1315,7 @@ void FilterEffectsDialog::FilterModifier::add_filter()
 
     const int count = _model->children().size();
     std::ostringstream os;
-    os << "filter" << count;
+    os << _("filter") << count;
     filter->setLabel(os.str().c_str());
 
     update_filters();