summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 11:00:22 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 12:47:39 +0100
commit33f697e1ebf2ca4a68479c7769ecc93dd0ee28e3 (patch)
treed1dab4075362daa94bb53249b7dc9c25d94f037f /dgit
parent4e31e13244be1694c3725a8e463ad0494635ef30 (diff)
i18n: Rename ___ to f_
I have decided that's a better name. Not _f because, unlike printf (where f is done first, and then print), here the _ is done first and then f. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 238d324..1877e03 100755
--- a/dgit
+++ b/dgit
@@ -1474,7 +1474,7 @@ sub madison_get_parse {
sub canonicalise_suite_madison {
# madison canonicalises for us
my @r = madison_get_parse(@_);
- @r or fail ___
+ @r or fail f_
"unable to canonicalise suite using package %s".
" which does not appear to exist in suite %s;".
" --existing-package may help",