[vlc-devel] commit: Write OSD out in the toolbar's comment. Closes #1699 ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Jul 26 19:54:43 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jul 26 19:57:18 2008 +0200| [643ca7ef6d3cfca4108f1b7ecf2694879ff7dc08]
Write OSD out in the toolbar's comment. Closes #1699
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=643ca7ef6d3cfca4108f1b7ecf2694879ff7dc08
---
modules/gui/macosx/simple_prefs.m | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 5e310e3..3f014db 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -177,7 +177,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
}
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] )
{
@@ -905,7 +905,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if( i != 0 )
{
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 );
i = 0;
}
More information about the vlc-devel
mailing list