Skip to content

Commit

Permalink
Merge branch 'w51_MDL-37323_m24_dlgstrings' of git://github.com/skoda…
Browse files Browse the repository at this point in the history
…k/moodle into MOODLE_24_STABLE
  • Loading branch information
stronk7 committed Jan 8, 2013
2 parents 2e25f80 + 6606784 commit 793c431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/editor/tinymce/all_strings.php
Expand Up @@ -72,7 +72,7 @@
$componentstrings = get_string_manager()->load_component_strings(
'tinymce_' . $component, $lang);
foreach ($componentstrings as $key => $value) {
if (strpos($key, "$component:") !== 0) {
if (strpos($key, "$component:") !== 0 and strpos($key, $component.'_dlg:') !== 0) {
// Ignore normal lang strings.
continue;
}
Expand Down

0 comments on commit 793c431

Please sign in to comment.