diff --git a/lang/en/space.php b/lang/en/theme_space.php similarity index 69% rename from lang/en/space.php rename to lang/en/theme_space.php index 6347437..3af731b 100644 --- a/lang/en/space.php +++ b/lang/en/theme_space.php @@ -5,9 +5,8 @@ defined('MOODLE_INTERNAL') || die(); // A description shown in the admin theme selector. -$string['choosereadme'] = 'Theme boost child is a child theme of Boost. It adds the ability to upload background photos.'; -// The name of our plugin. -$string['pluginname'] = 'Space'; +$string['choosereadme'] = 'Theme boost child is a child theme of Boost. It adds the ability to upload background photos.'; +$string['pluginname'] = 'Space'; // We need to include a lang string for each block region. $string['region-side-pre'] = 'Right'; ?> diff --git a/lang/es/space.php b/lang/es/theme_space.php similarity index 69% rename from lang/es/space.php rename to lang/es/theme_space.php index 6347437..d3b645d 100644 --- a/lang/es/space.php +++ b/lang/es/theme_space.php @@ -2,12 +2,12 @@ // Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real. // This line protects the file from being accessed by a URL directly. -defined('MOODLE_INTERNAL') || die(); - +defined('MOODLE_INTERNAL') || die(); + // A description shown in the admin theme selector. -$string['choosereadme'] = 'Theme boost child is a child theme of Boost. It adds the ability to upload background photos.'; +$string['choosereadme'] = 'Theme boost child is a child theme of Boost. It adds the ability to upload background photos.'; // The name of our plugin. -$string['pluginname'] = 'Space'; +$string['pluginname'] = 'Space'; // We need to include a lang string for each block region. $string['region-side-pre'] = 'Right'; ?>