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

Function FormatMenuItemStringDifferencesTo

Src/DirActions.cpp:1488–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488String FormatMenuItemStringDifferencesTo(int count, int total)
1489{
1490 return FormatMenuItemString(_("Differences to... (%1)"), _("Differences to... (%1 of %2)"), count, total);
1491}
1492
1493/**
1494 * @brief Rename a file without moving it to different directory.

Callers 1

Calls 1

FormatMenuItemStringFunction · 0.85

Tested by

no test coverage detected