dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
21 stars 8 forks source link

Built-in functions currentDate() and currentTime() are mixed up in documentation #116

Closed kastein closed 6 years ago

kastein commented 6 years ago

In the German documentation of the built-in functions the returned structures of currentDate() and currentTime are mixed up:

struct currentDate() Gibt das momentane Datum als Struktur der Form { h:int, m:int } zurück.

struct currentTime() Gibt die momentane Uhrzeit als Struktur der Form { day:int, month:int, year:int } zurück.

timobaumann commented 6 years ago

@kastein would you be willing to fix that yourself if we give you write access to the wiki? thanks.

kastein commented 6 years ago

Yes, I can fix it.

timobaumann commented 6 years ago

@kastein you should now have the appropriate permissions to edit wiki pages, let me know if it doesn't work

kastein commented 6 years ago

I'm not sure if I have the permission now because I couldn't find out how to edit the wiki. I was looking for the edit button but couldn't find one. Do I have to clone it and edit it locally?

alexanderkoller commented 6 years ago

The "Edit" button should be in the top right corner of the window, next to the green "New Page" button; to the right of the Wiki page title and above the page list. See the screenshot.

Can you see it?

screen shot 2018-11-19 at 16 03 01
kastein commented 6 years ago

No for me it looks like that

unbenannt
timobaumann commented 6 years ago

@kastein , can you try again?

kastein commented 6 years ago

Now it works, thank you. I fixed it.

akoehn commented 6 years ago

Thank you!

timobaumann commented 6 years ago

stay in the flow! fix the next documentation issue ;-)