]> git.sesse.net Git - vlc/commitdiff
gui/macos/*: 2nd String Review (refs #438)
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 1 Apr 2006 21:38:18 +0000 (21:38 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 1 Apr 2006 21:38:18 +0000 (21:38 +0000)
modules/gui/macosx/extended.m
modules/gui/macosx/interaction.m
modules/gui/macosx/macosx.m
modules/gui/macosx/open.m
modules/gui/macosx/vout.m
modules/gui/macosx/voutgl.m
modules/gui/macosx/voutqt.m

index e0b0daefec2c462d71715ff3697557c2529cab07..6ba63cf3c5572e2f1a06f1b2be93c2ebc3635344 100644 (file)
@@ -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];
index 9f602c32cf59fbb1792547b641ca29ac1168734c..ce694b4dcfe2a1bec35f432f046487994d2c8c9c 100644 (file)
     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 )
     {
index 31c295c380d8b5a92efad55887d491bc04e9ce89..a321bd203f0d0476c48f093e57134e7727f76811 100644 (file)
@@ -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 " \
index b97bf6c4dce695d37ee91ced37158b28449baa60..e6c5b05b7e0cbddd43f7c905f4a26bc452a07fda 100644 (file)
@@ -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];
index 3bb355f64bb43dd8ff492540d0c51f596c2c4129..f024382c60a3e370b4b82ea21313c766a086491d 100644 (file)
@@ -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");
     }
 }
 
index 8bc9c8792587b06988e9219e03e0930c680b88de..02496cae8aa131a12a51fdfd9eb9b7d855fc0765 100644 (file)
@@ -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;
     }
 
index 305155bb7b6eac6cb57c278ad3191a8c695dfc9c..55e387130b0a750390e7ba70e8b5da31da61b5c5 100644 (file)
@@ -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 =