From 4ba38b9f2611c04a0e23b84a365253e65cad2969 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 3 Jan 2018 23:55:33 +0100 Subject: simplify translating "lists directory missing" msg The appended "partial" should not be translated, but some translations got this wrong and now that there is also "auxfiles" we can just fix that problem by hiding these untranslatables from the translators. Gbp-Dch: Ignore --- apt-pkg/cdrom.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/cdrom.cc') diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc index e4b0bef06..2c8aee815 100644 --- a/apt-pkg/cdrom.cc +++ b/apt-pkg/cdrom.cc @@ -830,7 +830,7 @@ bool pkgCdrom::Add(pkgCdromStatus *log) /*{{{*/ if (creation_fail == true) { UnmountCDROM(CDROM, NULL); - return _error->Errno("cdrom", _("List directory %spartial is missing."), listDir.c_str()); + return _error->Errno("cdrom", _("List directory %s is missing."), (listDir + "partial").c_str()); } // take care of the signatures and copy them if they are ok -- cgit v1.2.3