diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 707da47ca8139fe8593755590e14c0706a904eed
parent 70a73bd7a3a000bd74bb351a501f075e5bdbd708
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat,  4 Dec 2021 22:21:33 +0100

change info text

Diffstat:
Msrc/caldav.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caldav.c b/src/caldav.c @@ -648,7 +648,7 @@ int caldav_sync(struct tm* date, pthread_cancel(progress_tid); wclear(header); wresize(header, LINES, getmaxx(header)); - char* info_txt = "Offline or invalid Google OAuth2 credentials.\n" + char* info_txt = "Offline, corrupted or otherwise invalid OAuth2 credential tokenfile.\n" "Go online or delete tokenfile '%s' to retry login.\n" "Press any key to continue."; mvwprintw(header, 0, 0, info_txt, CONFIG.google_tokenfile);