' . __('Used in your Github URL: http://github.com/username/module_id.') . '
';
+
' . __('Used in your Github URL: http://github.com/username/module_id.') . ' ' .
+ __('If you have badges not created by this tool in the README.md file you should remove them manually.') . '
';
}
public function openModule(string $module_type, array $module_info): ?bool
diff --git a/inc/lib.improve.action.php b/inc/lib.improve.action.php
index 183311c..85eec44 100644
--- a/inc/lib.improve.action.php
+++ b/inc/lib.improve.action.php
@@ -125,7 +125,7 @@ class ImproveActionEndoffile extends ImproveAction
{
$this->setProperties([
'id' => 'endoffile',
- 'name' => _('Fix end of file'),
+ 'name' => __('Fix end of file'),
'desc' => __('Remove php tag and empty lines from end of files'),
'priority' => 860,
'config' => true,
diff --git a/inc/lib.improve.action.zip.php b/inc/lib.improve.action.zip.php
index 1116a5d..7897b30 100644
--- a/inc/lib.improve.action.zip.php
+++ b/inc/lib.improve.action.zip.php
@@ -105,7 +105,8 @@ class ImproveActionZip extends ImproveAction
-