Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo: Cancle -> Cancel
PierreFritsch committed Jul 25, 2023
commit 883620ae2c09b88c363a15e4f8a36db98dee67a0
2 changes: 1 addition & 1 deletion app/lectures/src/fragments/AlldayFormDialog.fragment.xml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
<Button type="Emphasized" text="{i18n>save}" press="handleEventSave"></Button>
</beginButton>
<endButton>
<Button text="{i18n>cancle}" press="handleEventClose"></Button>
<Button text="{i18n>cancel}" press="handleEventClose"></Button>
</endButton>
</Dialog>
</core:FragmentDefinition>
2 changes: 1 addition & 1 deletion app/lectures/src/fragments/LectureFormDialog.fragment.xml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
<Button type="Emphasized" text="{i18n>save}" press="handleSave"></Button>
</beginButton>
<endButton>
<Button text="{i18n>cancle}" press="handleClose"></Button>
<Button text="{i18n>cancel}" press="handleClose"></Button>
</endButton>
</Dialog>
</core:FragmentDefinition>
2 changes: 1 addition & 1 deletion app/lectures/src/i18n/i18n.properties
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ profFilterPlaceholder=Select Professor ...
edit=Edit
delete=Delete
save=Save
cancle=Cancle
cancel=Cancel
lecture=Lecture {0}
course=Course
room=Room
2 changes: 1 addition & 1 deletion app/lectures/src/i18n/i18n_en.properties
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ profFilterPlaceholder=Select Professor ...
edit=Edit
delete=Delete
save=Save
cancle=Cancle
cancel=Cancel
lecture=Lecture {0}
course=Course
room=Room