Closes #25 - Remove a duplicate string.

We still need the newline on the end, so append to the result from
the translate call.

I do note that is the only translated string in the file...
This commit is contained in:
Andrew Ruthven 2014-09-24 15:19:23 +12:00 committed by Andrew Ruthven
parent 4f6e3ecd84
commit 1a715ca47a

View File

@ -119,5 +119,5 @@ param_to_global('mode');
include_once('caldav-PUT-functions.php');
controlRequestContainer( $session->username, $dest->user_no(), $target, false, ($dest->IsPublic() ? true : false));
import_collection( $ics, $dest->user_no(), $target, $session->user_no, ($mode == 'append') );
printf(translate("Calendar '%s' was loaded from file.\n"), $target);
printf(translate("Calendar '%s' was loaded from file.") . "\n", $target);