diff options
Diffstat (limited to 'apt-private/private-sources.cc')
-rw-r--r-- | apt-private/private-sources.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-sources.cc b/apt-private/private-sources.cc index 1d27d0ff1..713327f02 100644 --- a/apt-private/private-sources.cc +++ b/apt-private/private-sources.cc @@ -97,7 +97,7 @@ bool EditSources(CommandLine &CmdL) if (res == true && file_changed == true) { ioprintf( - std::cout, _("Your '%s' file changed, please run 'apt-get update'."), + std::cout, _("Your '%s' file changed, please run 'apt-get update'.\n"), sourceslist.c_str()); } return res; |