VirtualBox

Ignore:
Timestamp:
Oct 14, 2021 11:43:12 AM (3 years ago)
Author:
vboxsync
Message:

Main: bugref:1909: Added initial translation to Russian of API messages. Fixed errors and plurals wherever needed. Fixed type of the plural argument in the tr()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r85746 r91718  
    541541                else
    542542                    /** @todo r=bird: This isn't an IPRT error, is it?   */
    543                     hr = setError(VBOX_E_IPRT_ERROR, tr("Guest returned invalid drop formats (%zu formats)"), lstFormats.size());
     543                    hr = setError(VBOX_E_IPRT_ERROR, tr("Guest returned invalid drop formats (%zu formats)", "",
     544                                                        lstFormats.size()), lstFormats.size());
    544545            }
    545546            else
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