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

@ -540,7 +540,7 @@ unsigned short DivPlatformPCE::getPan(int ch) {
void DivPlatformPCE::getPaired(int ch, std::vector<DivChannelPair>& ret) {
if (ch==1 && lfoMode>0) {
ret.push_back(DivChannelPair("mod",0));
ret.push_back(DivChannelPair(_("mod"),0));
}
}