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