diff options
author | sr55 <[email protected]> | 2010-05-07 19:00:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-05-07 19:00:24 +0000 |
commit | 49000950c59a1ced681c0f481da8e8c024b3f5ab (patch) | |
tree | 61c8b65a6f4375761271be4f7fa5c22d7b1b8330 /win/C#/frmMain.resx | |
parent | 3698468402be2e371a53489fb65d0deb9b17659f (diff) |
WinGui:
- Fix Export tooltip
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3288 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.resx')
-rw-r--r-- | win/C#/frmMain.resx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win/C#/frmMain.resx b/win/C#/frmMain.resx index 566403878..aeb42c207 100644 --- a/win/C#/frmMain.resx +++ b/win/C#/frmMain.resx @@ -154,6 +154,16 @@ The CSV should be formatted as follows: Note: Currently, if you wish to use a , in your chapter name, you must escape it with a \</value>
</data>
+ <data name="btn_export.ToolTip" xml:space="preserve">
+ <value>Export to a comma separated file containing the chapter information.
+The CSV is formatted as follows:
+
+1,Chapter 1 Name
+2,Chapter 2 Name
+3,Chapter 3 Name
+
+Note: Commas in names are escaped by a \</value>
+ </data>
<metadata name="DVD_Open.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>232, 15</value>
</metadata>
@@ -169,16 +179,6 @@ Note: Currently, if you wish to use a , in your chapter name, you must escape it <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_export.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>
|