This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion.
13 lines
628 B
XML
13 lines
628 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="offline-alert">
|
|
<error type="info" id="offline">
|
|
<primary>Evolution is currently offline.</primary>
|
|
<secondary>Click 'Work Online' to return to online mode.</secondary>
|
|
<button response="GTK_RESPONSE_OK" label="_Dismiss"></button>
|
|
</error>
|
|
<error type="info" id="no-network">
|
|
<primary>Evolution is currently offline due to a network outage.</primary>
|
|
<secondary>Evolution will return to online mode once a network connection is established.</secondary>
|
|
<button response="GTK_RESPONSE_OK" label="_Dismiss"></button>
|
|
</error>
|
|
</error-list> |