Skip to content

Commit 03f450e

Browse files
committed
Little language clean up
1 parent fb4dc1f commit 03f450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/en/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'CLI_DESCRIPTION_SKELETON_CREATE' => 'Create a basic skeleton extension',
2626
'PHPBB_SKELETON_EXT' => 'Skeleton Extension',
2727
'PHPBB_CREATE_SKELETON_EXT' => 'Create a Skeleton Extension',
28-
'PHPBB_CREATE_SKELETON_EXPLAIN' => 'Generate your extension’s foundation in seconds. No more setting up files by hand — Skeleton builds it all for you, the right way. Jump straight into coding with clean, fully documented templates based on phpBB’s best practices. Before you begin, be sure to review the 📖 [<a href="%1$s" target="_blank">Skeleton Extension Documentation</a>], 🛡️ [<a href="%2$s" target="_blank">Extension Validation Rules</a>], and 🛠️ [<a href="%3$s" target="_blank">Coding Guidelines</a>].',
28+
'PHPBB_CREATE_SKELETON_EXPLAIN' => 'Generate your extension’s foundation in seconds. No more setting up files by hand — Skeleton builds it all for you, with clean, fully documented templates based on phpBB’s best practices. Before you begin, be sure to review the 📖 [<a href="%1$s" target="_blank">Skeleton Extension Documentation</a>], 🛡️ [<a href="%2$s" target="_blank">Extension Validation Rules</a>], and 🛠️ [<a href="%3$s" target="_blank">Coding Guidelines</a>].',
2929
'PHPBB_SKELETON_EXT_HELP' => 'Learn More',
3030

3131
'EXTENSION_CLI_SKELETON_SUCCESS' => "<info>Extension created successfully.\nCopy the extension from `store/tmp-ext/` into the `ext/` folder.</info>",

0 commit comments

Comments
 (0)