* po/sv.po: Updated translation.
+Sun Jul 23 15:23:15 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * main/enquiry.c: mark another string as translateable
+
Sun Jul 16 12:43:59 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
* scripts/dpkg-gencontrol.pl: add Origin, Submit-Bugs-To and
if (!namenode->divert->pkg) printf(_("locally diverted"));
else if (pkg == namenode->divert->pkg) printf(_("package diverts others"));
else printf(_("diverted by %s"),namenode->divert->pkg->name);
- printf(" to: %s\n",namenode->divert->useinstead->name);
+ printf(_(" to: %s\n"),namenode->divert->useinstead->name);
}
file= file->next;
}