doc/: Fix several typos in online help texts

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2013-07-22 16:34:58 +02:00
parent 5aa2f0de3c
commit eb0ae4b924
9 changed files with 19 additions and 19 deletions

View File

@ -4,11 +4,11 @@ Delete
Delete an element in the TODO or Appointment list.
Depending on which panel is selected when you press the delete key, the
hilighted item of either the TODO or Appointment list will be removed from this
list.
highlighted item of either the TODO or Appointment list will be removed from
this list.
If the item to be deleted is recurrent, you will be asked if you wish to
suppress all of the item occurences or just the one you selected.
suppress all of the item occurrences or just the one you selected.
If the general option 'confirm_delete' is set to 'YES', then you will be asked
for confirmation before deleting the selected event. Do not forget to save the

View File

@ -15,9 +15,9 @@ Notes
-----
* If you choose to edit the item repetition properties, you will be asked to
re-enter all of the repetition characteristics (repetition type, frequence,
re-enter all of the repetition characteristics (repetition type, frequency,
and ending date). Moreover, the previous data concerning the deleted
occurences will be lost.
occurrences will be lost.
* Do not forget to save the calendar data to retrieve the modified properties
next time you launch Calcurse.

View File

@ -1,5 +1,5 @@
Generic key bindings
===================
====================
Some of the key bindings apply whatever panel is selected. They are called
generic key binding.

View File

@ -9,11 +9,11 @@ end of the import process, and if the general option 'system_dialogs' is set to
This report contains the total number of lines read, the number of
appointments, events and todo items which were successfully imported, together
with the number of items for which problems occured and that were skipped, if
with the number of items for which problems occurred and that were skipped, if
any.
If one or more items could not be imported, one has the possibility to read the
import process report in order to identify which problems occured.
import process report in order to identify which problems occurred.
In this report is shown one item per line, with the line in the input stream at
which this item begins, together with the description of why the item could not

View File

@ -11,12 +11,12 @@ you will be able to specify the repetition characteristics:
yearly repetition by pressing 'D', 'W', 'M' or 'Y'
respectively.
o frequence: this indicates how often the item shall be repeated.
o frequency: this indicates how often the item shall be repeated.
For example, if you want to remember an anniversary,
choose a 'yearly' repetition with a frequence of '1',
choose a 'yearly' repetition with a frequency of '1',
which means it must be repeated every year. Another
example: if you go to the restaurant every two days,
choose a 'daily' repetition with a frequence of '2'.
choose a 'daily' repetition with a frequency of '2'.
o ending date: this specifies when to stop repeating the selected
event or appointment. To indicate an endless
@ -30,5 +30,5 @@ Notes
easily recognizable from non-repeated ones.
* The 'Repeat' and 'Delete' command can be mixed to create complicated
configurations, as it is possible to delete only one occurence of a repeated
configurations, as it is possible to delete only one occurrence of a repeated
item.

View File

@ -3,7 +3,7 @@ Save
Save calcurse data.
Data are splitted into four different files which contain :
Data are split into four different files which contain :
/ ~/.calcurse/conf -> user configuration
| (layout, color, general options)

View File

@ -3,7 +3,7 @@ View
View the item you select in either the Todo or Appointment panel.
This is usefull when an event description is longer than the available space to
This is useful when an event description is longer than the available space to
display it. If that is the case, the description will be shortened and its end
replaced by '...'. To be able to read the entire description, just press 'v'
and a popup window will appear, containing the whole event.