sdw_notify/strings.py (13 lines of code) (raw):

headline_notify_updates = "Security check recommended" description_notify_updates = ( "<p>The computer has not checked for security updates recently.</p>" "<p>Would you like to check for updates now?</p>" ) description_notify_updates_sdapp_running = ( "<p>The computer has not checked for security updates recently.</p>" "<p><strong>Warning:</strong> Checking for updates " "will interrupt your session and restart the application.</p>" "<p>Would you like to check for updates now?</p>" ) button_check_for_updates = "Check for updates" button_defer_check = "Remind me later"