diff options
Diffstat (limited to 'apps/dav/l10n/en_GB.js')
-rw-r--r-- | apps/dav/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index 420b1d86817..ddd2f0c1906 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -56,7 +56,6 @@ OC.L10N.register( "Remote Address: %s" : "Remote Address: %s", "Request ID: %s" : "Request ID: %s", "Send invitations to attendees" : "Send invitations to attendees", - "Please make sure to properly set up the email settings above." : "Please make sure to properly set up the email settings above.", "Automatically generate a birthday calendar" : "Automatically generate a birthday calendar", "Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.", "Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.", @@ -64,6 +63,7 @@ OC.L10N.register( "The meeting »%s« with %s was canceled." : "The meeting »%s« with %s was canceled.", "The meeting »%s« with %s was updated." : "The meeting »%s« with %s was updated.", "%s invited you to »%s«" : "%s invited you to »%s«", - "CalDAV server" : "CalDAV server" + "CalDAV server" : "CalDAV server", + "Please make sure to properly set up the email settings above." : "Please make sure to properly set up the email settings above." }, "nplurals=2; plural=(n != 1);"); |