Index: lams_central/web/lams_authoring.swf =================================================================== diff -u -r1eb1b9ef78e7ceff78c14d2a6a76bb144de983de -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 Binary files differ Index: lams_central/web/lams_authoring_library.swf =================================================================== diff -u -r1eb1b9ef78e7ceff78c14d2a6a76bb144de983de -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 Binary files differ Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as =================================================================== diff -u -r1eb1b9ef78e7ceff78c14d2a6a76bb144de983de -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as (.../CompetenceContainer.as) (revision 1eb1b9ef78e7ceff78c14d2a6a76bb144de983de) +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as (.../CompetenceContainer.as) (revision 712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1) @@ -111,8 +111,8 @@ themeManager = ThemeManager.getInstance(); //dictionary keys vary for author/monitor and this class is shared between them; - competence_title_lbl.text = (Dictionary.getValue("pi_lbl_title") != null && Dictionary.getValue("pi_lbl_title") != undefined) ? Dictionary.getValue("pi_lbl_title") : Dictionary.getValue("competence_title_lbl"); - competence_description_lbl.text = (Dictionary.getValue("ws_dlg_description") != null && Dictionary.getValue("ws_dlg_description") != undefined) ? Dictionary.getValue("ws_dlg_description") : Dictionary.getValue("competence_desc_lbl"); + competence_title_lbl.text = (Dictionary.getValue("pi_lbl_title") != "?") ? Dictionary.getValue("pi_lbl_title") : Dictionary.getValue("competence_title_lbl"); + competence_description_lbl.text = (Dictionary.getValue("ws_dlg_description") != "?") ? Dictionary.getValue("ws_dlg_description") : Dictionary.getValue("competence_desc_lbl"); // author only buttons edit_competence_btn.label = Dictionary.getValue("mnu_edit"); Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceDefinitionDialog.as =================================================================== diff -u -rdd13f0a310a584421560c939496e932b1cbd3f71 -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceDefinitionDialog.as (.../CompetenceDefinitionDialog.as) (revision dd13f0a310a584421560c939496e932b1cbd3f71) +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceDefinitionDialog.as (.../CompetenceDefinitionDialog.as) (revision 712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1) @@ -108,8 +108,8 @@ //Set the text for buttons close_btn.label = Dictionary.getValue("prefs_dlg_cancel"); - competence_title_lbl.text = Dictionary.getValue("competence_title_lbl"); - competence_description_lbl.text = Dictionary.getValue("competence_desc_lbl"); + competence_title_lbl.text = Dictionary.getValue("pi_lbl_title") + competence_description_lbl.text = Dictionary.getValue("ws_dlg_description") add_competence_btn.label = Dictionary.getValue("competence_editor_add_competence_btn"); save_competence_btn.label = Dictionary.getValue("mnu_file_save"); Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceEditorDialog.as =================================================================== diff -u -r1eb1b9ef78e7ceff78c14d2a6a76bb144de983de -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceEditorDialog.as (.../CompetenceEditorDialog.as) (revision 1eb1b9ef78e7ceff78c14d2a6a76bb144de983de) +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceEditorDialog.as (.../CompetenceEditorDialog.as) (revision 712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1) @@ -111,7 +111,7 @@ competence_lbl.text = Dictionary.getValue('competences_lbl'); add_competence_btn.label = Dictionary.getValue('competence_editor_add_competence_btn'); - close_btn.label = (Dictionary.getValue('mnu_file_close') != null && Dictionary.getValue('mnu_file_close') != undefined) ? Dictionary.getValue('mnu_file_close') : Dictionary.getValue('ls_win_learners_close_btn'); + close_btn.label = (Dictionary.getValue('mnu_file_close') != "?") ? Dictionary.getValue('mnu_file_close') : Dictionary.getValue('ls_win_learners_close_btn'); main_mc = competence_editor_scp.content; Index: lams_monitoring/web/lams_monitoring.swf =================================================================== diff -u -r4d950607c07a6cbeb688a623b8705061ce6e2032 -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 Binary files differ Index: lams_monitoring/web/lams_monitoring_library.swf =================================================================== diff -u -r4d950607c07a6cbeb688a623b8705061ce6e2032 -r712d6bf4194c9a9dbdc67b739fbb2fcbcf2711f1 Binary files differ