diff options
Diffstat (limited to 'edit.php')
-rw-r--r-- | edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ END; // If english voice is either unset, '' or none (!isset($english[$id]['voice'][$target]) || $english[$id]['voice'][$target] == '' || $english[$id]['voice'][$target] == 'none') && + ($id != 'VOICE_NUMERIC_TENS_SWAP_SEPARATOR') + && // And voice is not set, or set to '' or none (!isset($phrase['voice'][$target]) || ($phrase['voice'][$target] == '' || $phrase['voice'][$target] == 'none')) ) { |