From 5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 19 Oct 2015 13:47:19 +1000 Subject: Remove space before ellipses Makes all use of ellipses consistent... Signed-off-by: Allan McRae --- scripts/repo-add.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/repo-add.sh.in') diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 69993a90..78218f1a 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -192,7 +192,7 @@ db_remove_delta() { msg2 "$(gettext "Removing existing entry '%s'...")" "$filename" # empty deltas file contains only "%DELTAS%" if (( $(wc -l < "$deltas") == 1 )); then - msg2 "$(gettext "Removing empty deltas file ...")" + msg2 "$(gettext "Removing empty deltas file...")" rm "$deltas" fi -- cgit v1.2.3-54-g00ecf