VirtualBox

Changeset 35535 in vbox for trunk/src


Ignore:
Timestamp:
Jan 13, 2011 3:05:07 PM (14 years ago)
Author:
vboxsync
Message:

Main/NATEngineImpl: grammar, "does" is for negation or emphasis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NATEngineImpl.cpp

    r35368 r35535  
    289289        if (it->first == name)
    290290            return setError(E_INVALIDARG,
    291                             tr("A NAT rule of this name does already exist"));
     291                            tr("A NAT rule of this name already exists"));
    292292        if (   r.strHostIP == Utf8Str(aBindIp)
    293293            && r.u16HostPort == aHostPort)
    294294            return setError(E_INVALIDARG,
    295                             tr("A NAT rule for this host port and this host IP does already exist"));
     295                            tr("A NAT rule for this host port and this host IP already exists"));
    296296    }
    297297
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette