diff options
author | sr55 <[email protected]> | 2007-12-07 22:03:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-07 22:03:24 +0000 |
commit | f23b40d16b3a9dec9b5d420e402e7c4fb988ae4a (patch) | |
tree | 0bd82a1f6b9fbb58b2b0ab2ba627f70f7c141eee /win/C#/frmMain.resx | |
parent | 00e6db9ff1c1d2b2ec0999f71e9795da18c24155 (diff) |
WinGui:
- Implemented Auto File naming option. Can be enabled from Tools > Options
- Implemented Auto Select Subtitle feature for Forced Subtitles.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1107 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.resx')
-rw-r--r-- | win/C#/frmMain.resx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/C#/frmMain.resx b/win/C#/frmMain.resx index f8feed8cd..16186ca8d 100644 --- a/win/C#/frmMain.resx +++ b/win/C#/frmMain.resx @@ -129,6 +129,14 @@ <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>18, 15</value>
</metadata>
+ <data name="drp_subtitle.ToolTip" xml:space="preserve">
+ <value>Select the subtitle language you require from this dropdown.
+ - or -
+Autoselect: Scan for subtitles in an extra 1st pass, and choose
+the one that's only used 10 percent of the time or less.
+This should locate subtitles for short foreign language segments.
+Best used in conjunction with forced subtitles.</value>
+ </data>
<metadata name="DVD_Open.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>223, 15</value>
</metadata>
|