Bug 105892: 'Resolving host xyz.foo.bar' should be 'Looking up xyz.foo.bar'. Patch by Tim Meader <tmeader@gmail.com>, r=darin, sr=jag
git-svn-id: svn://10.0.0.236/trunk@157864 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f1cebc9b01
commit
79d5ea497c
@ -34,13 +34,13 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
#ResolvingHost=Resolving host
|
||||
#ResolvingHost=Looking up
|
||||
#ConnectedTo=Connected to
|
||||
#ConnectingTo=Connecting to
|
||||
#SendingRequestTo=Sending request to
|
||||
#TransferringDataFrom=Transferring data from
|
||||
|
||||
3=Resolving host %1$S...
|
||||
3=Looking up %1$S...
|
||||
4=Connected to %1$S...
|
||||
5=Sending request to %1$S...
|
||||
6=Transferring data from %1$S...
|
||||
@ -48,7 +48,7 @@
|
||||
8=Read %1$S
|
||||
9=Wrote %1$S
|
||||
|
||||
ResolvingHost=Resolving host %1$S...
|
||||
ResolvingHost=Looking up %1$S...
|
||||
ConnectedTo=Connected to %1$S...
|
||||
SendingTo=Sending request to %1$S...
|
||||
ReceivingFrom=Transferring data from %1$S...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user