]> git.saurik.com Git - apt.git/blobdiff - cmdline/acqprogress.cc
Sync with apt@packages.debian.org/apt--main--0--patch-75
[apt.git] / cmdline / acqprogress.cc
index dbc8ade13ec4004f775a735c351c876950971bec..8b30b324b95a926c6489d17c4c5094872a12d703 100644 (file)
@@ -268,7 +268,7 @@ bool AcqTextStatus::MediaChange(string Media,string Drive)
 {
    if (Quiet <= 0)
       cout << '\r' << BlankLine << '\r';
-   ioprintf(cout,_("Media Change: Please insert the disc labeled\n"
+   ioprintf(cout,_("Media change: please insert the disc labeled\n"
                   " '%s'\n"
                   "in the drive '%s' and press enter\n"),
            Media.c_str(),Drive.c_str());