diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-02 15:11:40 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-02 15:11:40 +0000 |
| commit | cc4a0a2f7a02f909735d265f4f199f9736c30a48 (patch) | |
| tree | aa984be5c8fca4b1f05d7fa755b2f3d382a89cf7 /phpBB/language/en/ucp.php | |
| parent | fc76c94ab14993f98e0bbbf8b26150886ce69352 (diff) | |
| download | forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.gz forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.bz2 forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.xz forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.zip | |
consistent acp layout regarding backlinks and messages.
git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index af50607972..86989497c0 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -93,8 +93,8 @@ $lang = array_merge($lang, array( 'ALLOW_PM_EXPLAIN' => 'Note that admins and moderators will always be able to send you messages.', 'ALREADY_ACTIVATED' => 'You have already activated your account', 'ATTACHMENTS_EXPLAIN' => 'This is a list of attachements you have made in posts to this forum.', - 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted', - 'ATTACHMENT_DELETED' => 'Attachment successfully deleted', + 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.', + 'ATTACHMENT_DELETED' => 'Attachment successfully deleted.', 'AVATAR_CATEGORY' => 'Category', 'AVATAR_EXPLAIN' => 'Maximum dimensions; width %1$d pixels, height %2$d pixels, filesize %3$dkB.', 'AVATAR_GALLERY' => 'Local gallery', @@ -282,7 +282,7 @@ $lang = array_merge($lang, array( 'NOT_ENOUGH_SPACE_FOLDER' => 'The destination folder ā%sā seems to be full. The requested action has not been taken.', 'NOT_MOVED_MESSAGE' => 'You have 1 private message currently on hold because of full folder.', 'NOT_MOVED_MESSAGES' => 'You have %d private messages currently on hold because of full folder.', - 'NO_ACTION_MODE' => 'No message action specified', + 'NO_ACTION_MODE' => 'No message action specified.', 'NO_AUTHOR' => 'No author defined for this message', 'NO_AVATAR_CATEGORY' => 'None', |
