I tried to search for these strings in admin/build/translate/search but did not seem to find a possible translation :

- Unselect all children
- Changes successfully saved
- Selected terms added
- Terms addes: ... ...
- ..

Can you add the t function around all possible interface strings ?

Comments

adrien.felipe’s picture

I agree:

taxonomy_manager.admin.inc :

line 1565: $msg = "Changes successfully saved";

Would be better : $msg = t("Changes successfully saved");

mh86’s picture

Status: Active » Fixed

I added the missing t function calls.
thanks for this report

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.