Index: src/ch/help/english/status.htm
===================================================================
diff -u -r5f4ef9387368390412ff8852b54067b1f7dc8a28 -r11621f18af6a7b1d486a7d6a576b97d4d09e8e96
--- src/ch/help/english/status.htm (.../status.htm) (revision 5f4ef9387368390412ff8852b54067b1f7dc8a28)
+++ src/ch/help/english/status.htm (.../status.htm) (revision 11621f18af6a7b1d486a7d6a576b97d4d09e8e96)
@@ -26,33 +26,33 @@
Remove/all button - removes all the cancelled and finished tasks from the list.
Restart/all button - restarts all the tasks from the list.
Stick button - causes the status dialog to be positioned in right-bottom corner of the screen.
-'<<' button - changes the dialog view to simple/advanced.
+'<<' '>>' button - changes the dialog view to simple/advanced.
Advanced button - Shows menu with advanced options regarding one or more tasks from the list.
Current selection statistics - statistics for the task selected in Operations list window.
-- Associated file - filename that contains info about current task. When you restart the system Copy Handler load task info from this file. Files are placed in a location specified by configuration option 'Folder for temporary data' (in 'Program' section).
+- Associated file - filename that contains info about current task. When you restart the system, Copy Handler loads task info from this file. Files are placed in a location specified by configuration option 'Folder for temporary data' (in 'Program' section).
- Operation - specifies type and status of the selected task.
- Source object - current filename that is being processed (copied or moved into destination location).
- Destination object - destination folder into which the selected task copies the files and folders.
- Buffer size - specifies the buffer size which is currently being used for the copying. You may change the size of the buffers by clicking on '...' button on the right. It will bring up the buffer size dialog.
- Thread priority - task priority at which the thread is running. You can change it by clicking the '>' button on the right and choosing from the menu needed priority.
-- Comments - displays error descriptions if any occured.
+- Comments - displays error descriptions if any occurred.
- View log button - shows log file contents associated with the current task.
- Processed - gives info on how many files and folders has been processed/count of all files and folders, size of data that has been processed/count of all data and passes that has been made/count of all passes. There are more than 1 pass when you specify more than one copy to make.
-- Time - displays elapsed time (of this tasks' working) and the estimated time that the operation would take.
-- Transfer - shows current transfer rate for this task (current and average). The current speed of copying is measured by dividing the size of data that has been copied in the last interval of time (it is about value specified in configuration option 'Refresh status every ... [ms]' in 'Status dialog' section) by the real, precise time that passed when copying the data. The data may be a bit inaccurate when using large buffers. Program reads one buffer at a time, so it may happen that when using large buffers or a small refresh intervals the transfer will drastically change from 0 B/s to ie. 24MB/s (for 24MB buffer). Average spped is measured by dividing size of all the copied data by the overall time.
+- Time - displays elapsed time (of this tasks' working), the total estimated time that the operation would take, and the estimated time left.
+- Transfer - shows current transfer rate for this task (current and average). The current speed of copying is measured by dividing the size of data that has been copied in the last interval of time (it is about value specified in configuration option 'Refresh status every ... [ms]' in 'Status dialog' section) by the real, precise time that passed when copying the data. The data may be a bit inaccurate when using large buffers. Program reads one buffer at a time, so it may happen that when using large buffers or a small refresh intervals the transfer will drastically change from 0 B/s to i.e. 24MB/s (for 24MB buffer). Average speed is measured by dividing size of all the copied data by the overall time.
- Progress - file-size based progress bar.
Global statistics
-- Processed - very similar to 'Processed' from above, but it displays info about all the tasks in a list (it doesn't matter if it's finished, cancelled, running or sth).
+- Processed - very similar to 'Processed' from above, but it displays info about all the tasks in a list (it doesn't matter if it's finished, cancelled, or running).
- Transfer - displays current transfer for all running tasks in a list
- Progress - size-based progress bar for all the tasks in a list (ignores state of a task. Counts all of them).