Closed (fixed)
Project:
Taxonomy Manager
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 08:27 UTC
Updated:
13 Feb 2010 at 16:30 UTC
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
Comment #1
adrien.felipe commentedI agree:
taxonomy_manager.admin.inc :
line 1565: $msg = "Changes successfully saved";
Would be better : $msg = t("Changes successfully saved");
Comment #2
mh86 commentedI added the missing t function calls.
thanks for this report