Skip to content

Commit 367c81d

Browse files
Update frmMain.cs
1 parent 4816a13 commit 367c81d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PasteIntoFile/frmMain.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ private void lblHelp_Click(object sender, EventArgs e)
191191
msg += "To change the format of the default filename, use argument:\n/filename yyyy-MM-dd_HHmm\n";
192192
msg += "-----------------------------------------------------------------\n";
193193

194-
msg += "To create a file automatically without a window prompt, hold ctrl key while selecting 'Paste Into File'\n";
195-
msg += "To add a default sub folder to 'Current Location', hold shift key while selecting 'Paste Into File'. ";
194+
msg += "To create a file automatically without a window prompt, hold shift key while selecting 'Paste Into File'\n";
195+
msg += "To add a default sub folder to 'Current Location', hold ctrl key while selecting 'Paste Into File'. ";
196196
msg += "The default sub folder for a text file is Text, and the default sub folder for an image file is Image.\n\n";
197197
msg += "To change the default Text Sub Folder, use argument:\n/TextSubDir MyDefaultTextFolder\n";
198198
msg += "To change the default Image Sub Folder, use argument:\n/ImageSubDir MyImgDir\n";

0 commit comments

Comments
 (0)