diff options
author | sr55 <[email protected]> | 2008-03-14 15:52:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-03-14 15:52:04 +0000 |
commit | 990241acf2640730ef43173afe70b11593681b7c (patch) | |
tree | 8b9284e542a16cae67d0fa699d0df1003400c6ae /win/C#/frmMain.resx | |
parent | 95f50f128d56e71060dd8995d0e2e76906a63e70 (diff) |
WinGui:
- Added warning about UNC file paths
- Removed the generate presets.dat function on start-up. (It wasn't really needed)
- Changed a few tooltips
- Switched back to .Net version 2
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1337 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.resx')
-rw-r--r-- | win/C#/frmMain.resx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/win/C#/frmMain.resx b/win/C#/frmMain.resx index e4500ad20..807a16b45 100644 --- a/win/C#/frmMain.resx +++ b/win/C#/frmMain.resx @@ -189,6 +189,12 @@ Best used in conjunction with forced subtitles.</value> <metadata name="name.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
+ <data name="data_chpt.ToolTip" xml:space="preserve">
+ <value>Here you can name each chapter that the encoded video will contain.
+Make sure you have selected a "Title" from the "Source" box above otherwise
+the list will not be populated with the correct amount of chapters.
+Note: Do not change any of the chapter numbers!</value>
+ </data>
<metadata name="number.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
@@ -198,9 +204,6 @@ Best used in conjunction with forced subtitles.</value> <metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>731, 18</value>
</metadata>
- <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
- <value>830, 18</value>
- </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>56</value>
</metadata>
|