Another similar bug like 1632841 - Bad message on notification transfer of request

but this is on escalate - spanish translation
This commit is contained in:
Carlos Ruiz 2007-01-15 15:04:11 +00:00
parent 5571c37bc7
commit 0fb5f379bd
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
UPDATE ad_message_trl
SET msgtext = 'Escalada Solicitud {0} a {1}'
WHERE ad_language = 'es_MX' AND ad_message_id = 485;
COMMIT ;