| 1486 | } |
| 1487 | |
| 1488 | String 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. |
no test coverage detected