diff options
author | sr55 <[email protected]> | 2009-10-08 20:05:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-10-08 20:05:17 +0000 |
commit | 196dd261bc518a5e27cc78cb0763d2818e8ffec6 (patch) | |
tree | 92088d69de6647846e9058fe1fb1c963ea48413d /win/C#/frmMain.resx | |
parent | 23b33caa37d903d099502217cfe573a9d2fb26fa (diff) |
WinGui:
- Couple of UI / tooltip tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.resx')
-rw-r--r-- | win/C#/frmMain.resx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win/C#/frmMain.resx b/win/C#/frmMain.resx index 184e7a96c..be71f9252 100644 --- a/win/C#/frmMain.resx +++ b/win/C#/frmMain.resx @@ -159,6 +159,16 @@ Note: Do not change any of the chapter numbers!</value> <metadata name="AudioMenuRowHeightHack.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>392, 54</value>
</metadata>
+ <data name="btn_importChapters.ToolTip" xml:space="preserve">
+ <value>Import a comma separated file containing the chapter information.
+The CSV should be formatted as follows:
+
+1,Chapter 1 Name
+2,Chapter 2 Name
+3,Chapter 3 Name
+
+Note: Currently, if you wish to use a , in your chapter name, you must escape it with a \</value>
+ </data>
<metadata name="presets_menu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>265, 54</value>
</metadata>
|