]> granicus.if.org Git - handbrake/commitdiff
WinGui: Update Min Title Scan label
authorsr55 <sr55.hb@outlook.com>
Thu, 24 Jan 2019 21:47:40 +0000 (21:47 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 24 Jan 2019 21:47:40 +0000 (21:47 +0000)
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Views/OptionsView.xaml

index 8803d17577f92cb966bd6263d1fbb706d6a28e86..f90e41d43f324fb536909ea4f58e59adc46b4f70 100644 (file)
@@ -2673,7 +2673,7 @@ namespace HandBrakeWPF.Properties {
         }
         
         /// <summary>
-        ///   Looks up a localized string similar to Minimum length of title to scan (seconds):.
+        ///   Looks up a localized string similar to Minimum DVD and Blu-ray title duration in seconds. Shorter titles will be skipped:.
         /// </summary>
         public static string Options_MinTitleScanLength {
             get {
index f5e31ea09eb2f74b669f81bcdc6922e7dd2f4406..b0fc5a89128519ce50077b0ca476555bdc545321 100644 (file)
@@ -1260,7 +1260,7 @@ Would you like to overwrite it?</value>
     <value>Minimize to system tray (Requires Restart)</value>\r
   </data>\r
   <data name="Options_MinTitleScanLength" xml:space="preserve">\r
-    <value>Minimum length of title to scan (seconds):</value>\r
+    <value>Minimum DVD and Blu-ray title duration in seconds. Shorter titles will be skipped:</value>\r
   </data>\r
   <data name="Options_MP4FileExtension" xml:space="preserve">\r
     <value>MP4 File Extension:</value>\r
index a4502e5ba15e0a0cce0c61aba5b3443db3e12bee..8a04fddebcff5217eabd1034a694063ccfff93c6 100644 (file)
                                 <ComboBox Name="numberOfPreviews" ItemsSource="{Binding PreviewPicturesToScan}" SelectedItem="{Binding SelectedPreviewCount}" Width="120" />\r
                             </StackPanel>\r
                             <StackPanel Orientation="Horizontal" Margin="0,5,0,0">\r
-                                <TextBlock Text="{x:Static Properties:Resources.Options_MinTitleScanLength}" VerticalAlignment="Center" Width="250" />\r
-                                <TextBox x:Name="MinTitleLength" Text="{Binding MinLength}"  Width="120"/>\r
+                                <TextBlock Text="{x:Static Properties:Resources.Options_MinTitleScanLength}" TextWrapping="Wrap" VerticalAlignment="Center" Width="250" />\r
+                                <TextBox x:Name="MinTitleLength" VerticalAlignment="Center" Text="{Binding MinLength}"  Width="120"/>\r
                                 <!-- Find a control for this-->\r
                             </StackPanel>\r
                             <StackPanel Orientation="Horizontal" Margin="0,5,0,0">\r