STORM-899 'No attachments worn' text on blank 'Attachments' accordion remains in English for all locales
Review Request #326 - Created June 7, 2011 and submitted
Jonathan Yap | Reviewers | ||
2.7.2 | viewer | ||
STORM-899 | |||
None | viewer-development |
1. Launch viewer, change language to German for example. 2. Re-login, open COF for edit. 3. Open 'Attachments' accordion, delete all objects. ===> Actual: 'No attachments worn' text appears in English.
Opened this tab with the viewer in English and also in French. I saw the same message, but that is because there is no translation for French, but it shows the call for a translation is working. What I am not sure of is if I made fix in the right way.
Posted (June 15, 2011, 9:11 a.m.)
See minor points below.
-
indra/newview/llcofwearables.cpp (Diff revision 1) -
I suppose this can be done once in postBuild(), because the textbox only gets visible when the list is empty.
-
indra/newview/skins/default/xui/en/strings.xml (Diff revision 1) -
The section this string is in seems inappropriate.
Review request changed
Updated (June 15, 2011, 10:04 a.m.)
-
- added Diff r2
Made changes per Vadim's comments.
Thanks.
Posted (June 15, 2011, 12:37 p.m.)
-
indra/newview/skins/default/xui/en/strings.xml (Diff revision 2) -
Is it intentional that each of these 3 lines is indented differently?
Review request changed
Updated (June 15, 2011, 12:50 p.m.)
-
- added Diff r3
Changed tab to space per Boroondas' comment.
Other reviews