@@ -9,7 +9,7 @@ namespace Rubberduck.UI.Settings
99{ 
1010    public  class  SettingsView 
1111    { 
12-         public  string  Label  {  get ;   set ;  } 
12+         public  string  Label  {  get   {   return   RubberduckUI . ResourceManager . GetString ( "SettingsCaption_"   +   View ) ;   }  } 
1313        public  string  Instructions 
1414        {  
1515            get 
@@ -35,31 +35,26 @@ public SettingsControlViewModel(IGeneralConfigService configService, SettingsVie
3535            { 
3636                new  SettingsView 
3737                { 
38-                     Label  =  RubberduckUI . SettingsCaption_GeneralSettings , 
3938                    Control  =  new  GeneralSettings ( new  GeneralSettingsViewModel ( _config ) ) , 
4039                    View  =  Settings . SettingsViews . GeneralSettings 
4140                } , 
4241                new  SettingsView 
4342                { 
44-                     Label  =  RubberduckUI . SettingsCaption_TodoSettings , 
4543                    Control  =  new  TodoSettings ( new  TodoSettingsViewModel ( _config ) ) , 
4644                    View  =  Settings . SettingsViews . TodoSettings 
4745                } , 
4846                new  SettingsView 
4947                { 
50-                     Label  =  RubberduckUI . SettingsCaption_InspectionSettings , 
5148                    Control  =  new  InspectionSettings ( new  InspectionSettingsViewModel ( _config ) ) , 
5249                    View  =  Settings . SettingsViews . InspectionSettings 
5350                } , 
5451                new  SettingsView 
5552                { 
56-                     Label  =  RubberduckUI . SettingsCaption_UnitTestSettings , 
5753                    Control  =  new  UnitTestSettings ( new  UnitTestSettingsViewModel ( _config ) ) , 
5854                    View  =  Settings . SettingsViews . UnitTestSettings 
5955                } , 
6056                new  SettingsView 
6157                { 
62-                     Label  =  RubberduckUI . SettingsCaption_IndenterSettings , 
6358                    Control  =  new  IndenterSettings ( new  IndenterSettingsViewModel ( _config ) ) , 
6459                    View  =  Settings . SettingsViews . IndenterSettings 
6560                } 
0 commit comments