From 90b7ce7ec301120979e64a48aaa0ac0c6f704553 Mon Sep 17 00:00:00 2001 From: Luc Charland Date: Thu, 30 Jul 2015 10:37:36 -0400 Subject: [PATCH] fixed Appointments path --- Scripts/verify_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/verify_translations.py b/Scripts/verify_translations.py index fdf24fe48..f5ca644f1 100755 --- a/Scripts/verify_translations.py +++ b/Scripts/verify_translations.py @@ -8,7 +8,7 @@ DEBUG=False dir_mappings = {"../UI/Templates":"../UI/Common", "../UI/Templates/AdministrationUI":"../UI/AdministrationUI", - "../UI/Templates/Appointments":"../UI/Common", + "../UI/Templates/Appointments":"../SoObjects/Appointments", "../UI/Templates/ContactsUI":"../UI/Contacts", "../UI/Templates/MailerUI":"../UI/MailerUI", "../UI/Templates/MailPartViewers":"../UI/MailPartViewers",