Changed wrong use of "resp." in docs

This commit is contained in:
2015-07-31 17:12:51 +00:00
parent 0adcb08a86
commit 5764c37b52
12 changed files with 92 additions and 89 deletions

View File

@ -102,7 +102,7 @@ set reply_conn ""
set cmd_pipe_adr ""
set reply_pipe_adr ""
# The command to send (resp. the command most recently sent)
# The command to send (or the command most recently sent)
set cmdline ""
# Wether to clear the cmdline after sending
set cmdline_clear true
@ -1632,7 +1632,7 @@ proc isodir_up {} {
}
# Rename resp. move the files which are selected in the .isolist box.
# Rename or move the files which are selected in the .isolist box.
# The target is defined by the .isomanip_move_target text field.
# Called when the "Move to:" button is hit.
#
@ -4425,7 +4425,7 @@ The GUI window is separated into three main areas:
Either toggle in the address of the hard disk directory,
or click on the \"/\" button to the right of the text field to get
a file browser.
- Hit the Return key in the text field resp. double click on a name in the
- Hit the Return key in the text field or double click on a name in the
browser to schedule the disk directory for writing to the medium.
You may of course insert several directories or files that way.
- Close the browser and click the \"Write ISO session\" button in the
@ -4603,7 +4603,7 @@ which asks for the target of appending to script. Address \"-\" means
standard error. Else it must not yet exist or be a writable data file.
The \"Log pipes\" switch controls whether all xorriso commands and replies
shall be logged to standard error resp. to the file that has been given
shall be logged to standard error or to the file that has been given
with program argument --pipe_log_file.
Caution: This log is verbous.
@ -5160,7 +5160,7 @@ directory.
This reads the content of all data files which are underneath the current ISO
directory and which have MD5 checksums in the ISO image.
ISO images bear MD5 checksums for each data file if they were produced
by xorriso with -md5 \"on\" resp. -for_backup. This frontend enables
by xorriso with -md5 \"on\" or -for_backup. This frontend enables
this feature on startup."
}
if {$what == "isolist"} {
@ -5191,7 +5191,7 @@ of the \"Delete\" button, and the subject of the \"Verify\" button."
This reads the content of all data files which are selected or underneath
selected directories and which have MD5 checksums in the ISO image.
ISO images bear MD5 checksums for each data file if they were produced
by xorriso with -md5 \"on\" resp. -for_backup. This frontend enables
by xorriso with -md5 \"on\" or -for_backup. This frontend enables
this feature on startup."
}
if {$what == "Delete"} {
@ -5230,7 +5230,7 @@ Useful to create a target directory before moving the selection."
return \
"The text field between the \"Move to:\" button and the \"Make dir\" button
serves both buttons by providing the target address for renaming
resp. directory creation.
or directory creation, respectively.
If you hit the Return key in this field, it will trigger \"Mode to:\"."
}
@ -5320,8 +5320,8 @@ its content and bring it into effect by hitting the Return key.\n"
if {$have_bwidget == 1} {
set text "${text}
In the tree display click on the \"+\" resp. \"-\" nodes to open resp.
close directories.
In the tree display click on the \"+\" or \"-\" nodes to open or
close directories, respectively.
Double click on an item to bring it into effect with the associated
text field. I.e. double clicking also hits the Return key in that field.\n"