Commit 643ca7ef authored by Felix Paul Kühne's avatar Felix Paul Kühne

Write OSD out in the toolbar's comment. Closes #1699

parent 566b2803
...@@ -177,7 +177,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil; ...@@ -177,7 +177,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
} }
else if( [o_itemIdent isEqual: VLCOSDSettingToolbarIdentifier] ) else if( [o_itemIdent isEqual: VLCOSDSettingToolbarIdentifier] )
{ {
CreateToolbarItem( _NS("Subtitles & OSD"), _NS("Subtitles & OSD Settings"), @"spref_cone_Subtitles_64", showOSDSettings ); CreateToolbarItem( _NS("Subtitles & OSD"), _NS("Subtitles & On Screen Display Settings"), @"spref_cone_Subtitles_64", showOSDSettings );
} }
else if( [o_itemIdent isEqual: VLCInputSettingToolbarIdentifier] ) else if( [o_itemIdent isEqual: VLCInputSettingToolbarIdentifier] )
{ {
...@@ -905,7 +905,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil; ...@@ -905,7 +905,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if( i != 0 ) if( i != 0 )
{ {
msg_Err( p_intf, "An error occurred while saving the OSD/Subtitle settings using SimplePrefs (%i)", i ); msg_Err( p_intf, "An error occurred while saving the OSD/Subtitle settings using SimplePrefs (%i)", i );
intf_UserFatal( p_intf, false, _("OSD/Subtitle Settings not saved"), intf_UserFatal( p_intf, false, _("On Screen Display/Subtitle Settings not saved"),
_("An error occured while saving your settings via SimplePrefs (%i)."), i ); _("An error occured while saving your settings via SimplePrefs (%i)."), i );
i = 0; i = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment