diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 10:53:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 10:56:22 +0100 |
commit | ba8979c594ad57a1b2905cba8fdf9697d8342e93 (patch) | |
tree | 34ef1e1e3a89e883b02f14f5ccc9266f22afda8c /wizards | |
parent | 1101ae6772d7ee57c6f183b031ebd4cbd6d6a599 (diff) |
Typo: behaiviour->behaviour
Change-Id: I5b8958561375690dcf81b9fc1bb8e7b4904e0cb0
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py index 01dc44c0bf59..72ce4c17f81b 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -35,7 +35,7 @@ mainly in converting the topics and time boxes from combobox and time box to normal textboxes, so in the code they might be referenced as combobox or timebox. This should be rather understood as topicstextbox and timetextbox.<br/><br/> -Important behaiviour of this control is that there is always a +Important behaviour of this control is that there is always a blank row at the end, in which the user can enter data.<br/> Once the row is not blank (thus, the user entered data...), a new blank row is added.<br/> |