Tip text fix

This commit is contained in:
Jaex 2016-05-27 03:22:33 +03:00
parent 39dfd0cc88
commit 24fd3339c6
2 changed files with 15 additions and 15 deletions

View file

@ -151,13 +151,13 @@
<value>13, 264</value>
</data>
<data name="lblTrayMiddleClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 13</value>
<value>125, 13</value>
</data>
<data name="lblTrayMiddleClickAction.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
</data>
<data name="lblTrayMiddleClickAction.Text" xml:space="preserve">
<value>Tray middle button click:</value>
<value>On tray icon middle click:</value>
</data>
<data name="&gt;&gt;lblTrayMiddleClickAction.Name" xml:space="preserve">
<value>lblTrayMiddleClickAction</value>
@ -172,7 +172,7 @@
<value>1</value>
</data>
<data name="cbTrayLeftDoubleClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>248, 212</value>
<value>248, 236</value>
</data>
<data name="cbTrayLeftDoubleClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>288, 21</value>
@ -196,16 +196,16 @@
<value>True</value>
</data>
<data name="lblTrayLeftDoubleClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 216</value>
<value>13, 240</value>
</data>
<data name="lblTrayLeftDoubleClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>160, 13</value>
<value>144, 13</value>
</data>
<data name="lblTrayLeftDoubleClickAction.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
</data>
<data name="lblTrayLeftDoubleClickAction.Text" xml:space="preserve">
<value>Tray primary button double click:</value>
<value>On tray icon double left click:</value>
</data>
<data name="&gt;&gt;lblTrayLeftDoubleClickAction.Name" xml:space="preserve">
<value>lblTrayLeftDoubleClickAction</value>
@ -220,7 +220,7 @@
<value>3</value>
</data>
<data name="cbTrayLeftClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>248, 236</value>
<value>248, 212</value>
</data>
<data name="cbTrayLeftClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>288, 21</value>
@ -244,16 +244,16 @@
<value>True</value>
</data>
<data name="lblTrayLeftClickAction.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 240</value>
<value>13, 216</value>
</data>
<data name="lblTrayLeftClickAction.Size" type="System.Drawing.Size, System.Drawing">
<value>125, 13</value>
<value>109, 13</value>
</data>
<data name="lblTrayLeftClickAction.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="lblTrayLeftClickAction.Text" xml:space="preserve">
<value>Tray primary button click:</value>
<value>On tray icon left click:</value>
</data>
<data name="&gt;&gt;lblTrayLeftClickAction.Name" xml:space="preserve">
<value>lblTrayLeftClickAction</value>

View file

@ -336,7 +336,7 @@ private void UpdateMainFormTip()
// TODO: Translate
lblTips.Text = string.Format(
@"Main window tips:
- Drag files, image or text to main window to be able to upload them.
- Drag files, image or text to main window to upload them.
- Drag items from task list to copy files to anywhere. Hold ""Ctrl"" before dragging to copy URL or file path instead of file.
Main window task list hotkeys:
@ -346,15 +346,15 @@ [Enter] Open URL or file
[Shift + C] Copy file
[Ctrl + Shift + C] Copy file path
[Ctrl + X] Copy URL or file path then remove selected items from list
[Ctrl + V] Opens clipboard content viewer so you can upload your clipboard content
[Ctrl + V] Open clipboard content viewer so you can upload your clipboard content
[Delete] Remove selected items from list
[Shift + Delete] Delete files locally then remove them from list
[Esc] Close main window
Tray icon tasks:
[Primary mouse click] {0}
[Double primary mouse click] {1}
[Middle mouse click] {2}
[Left click] {0}
[Double left click] {1}
[Middle click] {2}
- You can change these tray icon tasks from ""Application settings"" window.",
Program.Settings.TrayLeftClickAction.GetLocalizedDescription(),
Program.Settings.TrayLeftDoubleClickAction.GetLocalizedDescription(),