Hi Matias,
I misunderstood but now that I look at the existing code I see what you mean. I will make that change, however for the new resource key I will use "FeatureSettingsTabFormat" so that its clear the string is a format string so my code now looks like this:
litFeatureSpecificSettingsTab.Text = string.Format(CultureInfo.InvariantCulture, Resource.FeatureSettingsTabFormat, lblFeatureName.Text);
I will try to get these changes into trunk by tonight.
Best,
Joe