Add spaces before ellipses … (#257)

This commit is contained in:
Tobias Kunze
2016-10-02 17:05:06 +02:00
committed by Raphael Michel
parent 1593787302
commit 2166fa6f4a
11 changed files with 22 additions and 22 deletions

View File

@@ -58,7 +58,7 @@ $(function () {
return;
}
$(this).data('ajaxing', true);
waitingDialog.show(gettext('We are processing your request…'));
waitingDialog.show(gettext('We are processing your request …'));
$.ajax(
{