MCPcopy Create free account
hub / github.com/WinMerge/winmerge / FormatMenuItemStringAllTo

Function FormatMenuItemStringAllTo

Src/DirActions.cpp:1480–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478}
1479
1480String FormatMenuItemStringAllTo(int nDirs, int count, int total)
1481{
1482 if (nDirs < 3)
1483 return FormatMenuItemString(_("Both to... (%1)"), _("Both to... (%1 of %2)"), count, total);
1484 else
1485 return FormatMenuItemString(_("All to... (%1)"), _("All to... (%1 of %2)"), count, total);
1486}
1487
1488String FormatMenuItemStringDifferencesTo(int count, int total)
1489{

Callers 1

Calls 1

FormatMenuItemStringFunction · 0.85

Tested by

no test coverage detected