]> git.saurik.com Git - apt.git/commitdiff
apt-cdrom.cc:fix some missing gettext() calls (closes: #334539); doc/apt-cache.8...
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 19 Oct 2005 19:46:33 +0000 (19:46 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 19 Oct 2005 19:46:33 +0000 (19:46 +0000)
cmdline/apt-cdrom.cc
debian/changelog
doc/apt-cache.8.xml

index 2578f9c6b50f67b284c4653bb422378f9be566b6..7434a7225fb89fed2b13a48c06ec2e5acbdec1bf 100644 (file)
@@ -75,7 +75,7 @@ string pkgCdromTextStatus::PromptLine(const char *Text)
 
 bool pkgCdromTextStatus::AskCdromName(string &name) 
 {
-   cout << "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'" << flush;
+   cout << _("Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'") << flush;
    name = PromptLine("");
         
    return true;
@@ -90,7 +90,7 @@ void pkgCdromTextStatus::Update(string text, int current)
 
 bool pkgCdromTextStatus::ChangeCdrom() 
 {
-   Prompt("Please insert a Disc in the drive and press enter");
+   Prompt(_("Please insert a Disc in the drive and press enter"));
    return true;
 }
 
@@ -114,7 +114,7 @@ bool DoAdd(CommandLine &)
    pkgCdrom cdrom;
    res = cdrom.Add(&log);
    if(res)
-      cout << "Repeat this process for the rest of the CDs in your set." << endl;
+      cout << _("Repeat this process for the rest of the CDs in your set.") << endl;
    return res;
 }
                                                                        /*}}}*/
index e9f47e2d18741d6254b806e8bcb866012436f57f..9ee7179d5ec21919d6a43719251de9eab70ad588 100644 (file)
@@ -26,6 +26,9 @@ apt (0.6.41.1) unstable; urgency=low
       (thanks to Fabbione for providing a test-case)
   * init the default ScreenWidth to 79 columns by default 
     (Closes: #324921)
+  * cmdline/apt-cdrom.cc: 
+    - fix some missing gettext() calls (closes: #334539)
+  * doc/apt-cache.8.xml: fix typo (closes: #334714)
   
  -- 
 
index 34749fd777bdb84a8928f351fe368b547d83c748..0e1d2f8d9b429de65430550965537705fee017d0 100644 (file)
@@ -214,7 +214,7 @@ Reverse Provides:
      </varlistentry>
 
      <varlistentry><term>rdepends <replaceable>pkg(s)</replaceable></term>
-     <listitem><para><literal>rdepends</literal>shows a listing of each reverse dependency a
+     <listitem><para><literal>rdepends</literal> shows a listing of each reverse dependency a
       package has.</para></listitem>
      </varlistentry>