From af67404a3f56b11b9b01c1599f3dbfb2cce41f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Thu, 14 Mar 2024 19:19:27 -0400 Subject: [PATCH] Fix random upper-case Letter. --- src/syncterm/syncterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syncterm/syncterm.c b/src/syncterm/syncterm.c index 64ae902926..bd665bd09b 100644 --- a/src/syncterm/syncterm.c +++ b/src/syncterm/syncterm.c @@ -1346,7 +1346,7 @@ check_upgrade(void) uifc.showbuf(WIN_SAV | WIN_MID | WIN_HLP, 0, 0, 76, uifc.scrn_len - 2, "Upgrade Detected", "It looks like you've just upgraded SyncTERM. Previously on POSIX\n" "systems, all files were usually stored in $HOME/.syncterm. However,\n" - "with SyncTERM 1.2, files are now stored in the locations defined In the\n" + "with SyncTERM 1.2, files are now stored in the locations defined in the\n" "XDG Base Directory Specification.\n" "\n" "You may want to note the new locations in the File Locations menu\n" -- GitLab