severity 414848 minor
thanks

Hello,
thanks for your report.
I've updated the previous patches.
PO/POT files are autogenerated so they don't need changes.

Lowering severity to minor as it doesn't affect the program functionality.

-- 
http://syx.googlecode.com - Smalltalk YX
http://lethalman.blogspot.com - Thoughts about computer technologies
http://www.debian.org - The Universal Operating System
=== modified file 'apt-pkg/acquire-worker.cc'
--- apt-pkg/acquire-worker.cc	2008-01-07 17:45:30 +0000
+++ apt-pkg/acquire-worker.cc	2008-11-16 20:42:33 +0000
@@ -398,7 +398,7 @@
       ostringstream msg,status;
       ioprintf(msg,_("Please insert the disc labeled: "
 		     "'%s' "
-		     "in the drive '%s' and press enter."),
+		     "in the drive '%s' and press [Enter]."),
 	       Media.c_str(),Drive.c_str());
       status << "media-change: "  // message
 	     << Media  << ":"     // media

=== modified file 'cmdline/acqprogress.cc'
--- cmdline/acqprogress.cc	2006-12-14 11:39:29 +0000
+++ cmdline/acqprogress.cc	2008-11-16 20:42:11 +0000
@@ -270,7 +270,7 @@
       cout << '\r' << BlankLine << '\r';
    ioprintf(cout,_("Media change: please insert the disc labeled\n"
 		   " '%s'\n"
-		   "in the drive '%s' and press enter\n"),
+		   "in the drive '%s' and press [Enter]\n"),
 	    Media.c_str(),Drive.c_str());
 
    char C = 0;

=== modified file 'cmdline/apt-cdrom.cc'
--- cmdline/apt-cdrom.cc	2007-08-01 22:51:20 +0000
+++ cmdline/apt-cdrom.cc	2008-11-16 20:42:18 +0000
@@ -90,7 +90,7 @@
 
 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;
 }
 

=== modified file 'debian/changelog'
--- debian/changelog	2008-11-14 20:13:18 +0000
+++ debian/changelog	2008-11-16 20:54:40 +0000
@@ -1,3 +1,11 @@
+apt (0.7.19~exp3) UNRELEASED; urgency=low
+
+  [ Luca Bruno ]
+  * Replace all "press enter" occurrences with "press [Enter]"
+    (thanks to Andre Felipe Machado, closes: #414848)
+
+ -- Luca Bruno <[EMAIL PROTECTED]>  Sun, 16 Nov 2008 21:51:36 +0100
+
 apt (0.7.19~exp2) experimental; urgency=low
 
   [ Christian Perrier ]

=== modified file 'dselect/install'
--- dselect/install	2008-05-04 07:59:15 +0000
+++ dselect/install	2008-11-16 20:45:48 +0000
@@ -48,7 +48,7 @@
 
 if [ x$WAIT = "xtrue" ]; then
    $APTGET $OPTS "$APT_OPT0" "$APT_OPT1" -d dselect-upgrade
-   echo $"Press enter to continue." && read RES
+   echo $"Press [Enter] to continue." && read RES
    $APTGET $OPTS "$APT_OPT0" "$APT_OPT1" dselect-upgrade
    RES=$?
 else

=== modified file 'dselect/update'
--- dselect/update	2006-12-14 11:39:29 +0000
+++ dselect/update	2008-11-16 20:45:41 +0000
@@ -42,7 +42,7 @@
 fi
 
 if [ x$PROMPT = "xtrue" ]; then
-   echo $"Press enter to continue." && read RES;
+   echo $"Press [Enter] to continue." && read RES;
 fi
 
 exit $STATUS

Attachment: signature.asc
Description: Digital signature

Reply via email to