localize channel pair hints

This commit is contained in:
LTVA1 2024-08-16 10:31:23 +03:00
parent 3b4c7bfb6d
commit 466adb5613
8 changed files with 22 additions and 22 deletions

View file

@ -712,7 +712,7 @@ unsigned short DivPlatformSNES::getPan(int ch) {
void DivPlatformSNES::getPaired(int ch, std::vector<DivChannelPair>& ret) {
if (chan[ch].pitchMod) {
ret.push_back(DivChannelPair("mod",(ch-1)&7));
ret.push_back(DivChannelPair(_("mod"),(ch-1)&7));
}
}