]> git.sesse.net Git - vlc/commitdiff
mosaic.c: fixed a string
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 10 Jun 2005 18:28:20 +0000 (18:28 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 10 Jun 2005 18:28:20 +0000 (18:28 +0000)
intf.m: Shortend a sentence, since we don't support OSX < 10.2 anymore

modules/gui/macosx/intf.m
modules/video_filter/mosaic.c

index ed0a5c4b9b29dd5208f690f0b07f0f3fb9378011..adb400b51fffc57cf0e9bf59264aefee9bfa51cd 100644 (file)
@@ -1509,7 +1509,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     }
     else
     {
-        NSBeginInformationalAlertSheet(_NS("No CrashLog found"), @"Continue", nil, nil, o_msgs_panel, self, NULL, NULL, nil, _NS("Either you are running Mac OS X pre 10.2 or you haven't experienced any heavy crashes yet.") );
+        NSBeginInformationalAlertSheet(_NS("No CrashLog found"), @"Continue", nil, nil, o_msgs_panel, self, NULL, NULL, nil, _NS("You haven't experienced any heavy crashes yet.") );
 
     }
 }
index 018afdfbbb4f18ae2ab0351a69bd2fab4ed179df..faa1ff9a954a19000019a5fb53360b1a8a3ca065 100644 (file)
@@ -96,8 +96,8 @@ struct filter_sys_t
 #define ALIGN_TEXT N_("Mosaic alignment")
 
 #define POS_TEXT N_("Positioning method")
-#define POS_LONGTEXT N_("Positioning method. auto : automatically choose " \
-        "the best number of rows and columns. fixed : use the user-defined " \
+#define POS_LONGTEXT N_("Positioning method. auto: automatically choose " \
+        "the best number of rows and columns. fixed: use the user-defined " \
         "number of rows and columns.")
 #define ROWS_TEXT N_("Number of rows")
 #define COLS_TEXT N_("Number of columns")