gimp-gap r780 - in trunk: . gap



Author: wolfgangh
Date: Sat Oct 11 10:36:50 2008
New Revision: 780
URL: http://svn.gnome.org/viewvc/gimp-gap?rev=780&view=rev

Log:
fix for  #555279

Modified:
   trunk/ChangeLog
   trunk/gap/gap_video_index_creator.c

Modified: trunk/gap/gap_video_index_creator.c
==============================================================================
--- trunk/gap/gap_video_index_creator.c	(original)
+++ trunk/gap/gap_video_index_creator.c	Sat Oct 11 10:36:50 2008
@@ -884,13 +884,13 @@
   static char *mode_help[MODE_SIZE]    = { N_("Conditional video index creation, "
                                               " based on a few quick timcode probereads.\n"
                                               "Skip index creation if native seek seems possible\n"
-                                              "\nWARNING: positioning via native seek may not work 100% frame exact if critical "
+                                              "\nWARNING: positioning via native seek may not work exact in case critical "
                                               "timecode steps were not detected in the quick test)")
                                          , N_("Conditional video index creation, "
                                               "based on probereads for the specified percentage of frames.\n"
                                               "Skip index creation if native seek seems possible "
                                               "and no critical timecode steps are detected in the probereads so far.\n"
-                                              "\nWARNING: positioning via native seek may not work 100% frame exact if critical "
+                                              "\nWARNING: positioning via native seek may not work exact in case critical "
                                               "timecode steps were not detected in the probereads.")
                                          , N_("Create video index. Requires unconditional full scann of all frames."
                                               "Native seek is enabled only in case all timecodes are OK.")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]