From 13fd54b99009eaa703c108f70f461aa223191216 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 11 Jan 2026 10:54:34 -0500 Subject: [PATCH] Add URLs for sunrise and sunset. --- include/sun.rem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sun.rem b/include/sun.rem index d297ab39..4e3f74f3 100644 --- a/include/sun.rem +++ b/include/sun.rem @@ -7,6 +7,6 @@ IF access($SysInclude + "/translations/" + _("LANGID") + "/sun.rem", "r") >= 0 ENDIF IF !$CalMode && !$PsCal - REM NOQUEUE AT [sunrise()] MSG %"%"%(Sunrise) %! %2. - REM NOQUEUE AT [sunset()] MSG %"%"%(Sunset) %! %2. + REM INFO "Url: https://en.wikipedia.org/wiki/Sunrise" NOQUEUE AT [sunrise()] MSG %"%"%(Sunrise) %! %2. + REM INFO "Url: https://en.wikipedia.org/wiki/Sunset" NOQUEUE AT [sunset()] MSG %"%"%(Sunset) %! %2. ENDIF