From: Christophe Mutricy Date: Sat, 1 Apr 2006 21:38:18 +0000 (+0000) Subject: gui/macos/*: 2nd String Review (refs #438) X-Git-Tag: 0.9.0-test0~11657 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e90c868f4cba1ec0b18c5be5d230e32f1aa99c8a;p=vlc gui/macos/*: 2nd String Review (refs #438) --- diff --git a/modules/gui/macosx/extended.m b/modules/gui/macosx/extended.m index e0b0daefec..6ba63cf3c5 100644 --- a/modules/gui/macosx/extended.m +++ b/modules/gui/macosx/extended.m @@ -777,7 +777,7 @@ static VLCExtended *_o_sharedInstance = nil; if (returnedValue != 0) { - msg_Err(p_playlist, "Unable to save the preferences of the " \ + msg_Err(p_playlist, "unable to save the preferences of the " \ "extended control attribute '%s' (%i)", [[theModules objectAtIndex: x] UTF8String] , returnedValue); [theModules release]; diff --git a/modules/gui/macosx/interaction.m b/modules/gui/macosx/interaction.m index 9f602c32cf..ce694b4dcf 100644 --- a/modules/gui/macosx/interaction.m +++ b/modules/gui/macosx/interaction.m @@ -113,7 +113,7 @@ int i = 0; id o_window = NULL; if( !p_dialog ) - msg_Err( p_intf, "No available interaction framework" ); + msg_Err( p_intf, "no available interaction framework" ); if( !nib_interact_loaded ) { diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m index 31c295c380..a321bd203f 100644 --- a/modules/gui/macosx/macosx.m +++ b/modules/gui/macosx/macosx.m @@ -48,8 +48,8 @@ void E_(CloseVideoGL) ( vlc_object_t * ); * Module descriptor *****************************************************************************/ #define EMBEDDED_TEXT N_("Embedded video output") -#define EMBEDDED_LONGTEXT N_("If enabled the video output will " \ - "be displayed in the controller window instead of a in separate window.") +#define EMBEDDED_LONGTEXT N_( \ + "Display the video in the controller window instead of a in separate window.") #define VDEV_TEXT N_("Video device") #define VDEV_LONGTEXT N_("Number of the screen to use by default to display " \ diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m index b97bf6c4dc..e6c5b05b7e 100644 --- a/modules/gui/macosx/open.m +++ b/modules/gui/macosx/open.m @@ -241,9 +241,9 @@ static VLCOpen *_o_sharedMainInstance = nil; [o_file_sub_btn_settings setTitle: _NS("Settings...")]; [o_file_sub_btn_browse setTitle: _NS("Browse...")]; [o_file_sub_override setTitle: _NS("Override parametters")]; - [o_file_sub_delay_lbl setStringValue: _NS("delay")]; + [o_file_sub_delay_lbl setStringValue: _NS("Delay")]; [o_file_sub_delay_stp setEnabled: NO]; - [o_file_sub_fps_lbl setStringValue: _NS("fps")]; + [o_file_sub_fps_lbl setStringValue: _NS("FPS")]; [o_file_sub_fps_stp setEnabled: NO]; [o_file_sub_encoding_lbl setStringValue: _NS("Subtitles encoding")]; [o_file_sub_encoding_pop removeAllItems]; diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m index 3bb355f64b..f024382c60 100644 --- a/modules/gui/macosx/vout.m +++ b/modules/gui/macosx/vout.m @@ -97,7 +97,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, } else { - msg_Warn( VLCIntf, "Cannot find Video Output"); + msg_Warn( VLCIntf, "cannot find Video Output"); } } diff --git a/modules/gui/macosx/voutgl.m b/modules/gui/macosx/voutgl.m index 8bc9c87925..02496cae8a 100644 --- a/modules/gui/macosx/voutgl.m +++ b/modules/gui/macosx/voutgl.m @@ -313,7 +313,7 @@ static int AspectCropCallback( vlc_object_t *p_this, char const *psz_cmd, if( !fmt ) { - msg_Warn( p_vout, "Could not create OpenGL video output" ); + msg_Warn( p_vout, "could not create OpenGL video output" ); return nil; } diff --git a/modules/gui/macosx/voutqt.m b/modules/gui/macosx/voutqt.m index 305155bb7b..55e387130b 100644 --- a/modules/gui/macosx/voutqt.m +++ b/modules/gui/macosx/voutqt.m @@ -141,7 +141,7 @@ int E_(OpenVideoQT) ( vlc_object_t *p_this ) p_vout->p_sys->b_embedded = VLC_FALSE; p_vout->p_sys->b_altivec = p_vout->p_libvlc->i_cpu & CPU_CAPABILITY_ALTIVEC; - msg_Dbg( p_vout, "We do%s have Altivec", p_vout->p_sys->b_altivec ? "" : "n't" ); + msg_Dbg( p_vout, "we do%s have Altivec", p_vout->p_sys->b_altivec ? "" : "n't" ); /* Initialize QuickTime */ p_vout->p_sys->h_img_descr =