diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 16:52:07 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 16:52:07 +0000 |
| commit | 17f27aa1ac7d0107f21a6a8d7708b0d926c8442a (patch) | |
| tree | df16b5882aa2402ef379858e36f90dc0fa9226d1 /phpBB/language/en/lang_main.php | |
| parent | 81c1c387d9caf7eb1ca6a1b4499390053ed7d047 (diff) | |
| download | forums-17f27aa1ac7d0107f21a6a8d7708b0d926c8442a.tar forums-17f27aa1ac7d0107f21a6a8d7708b0d926c8442a.tar.gz forums-17f27aa1ac7d0107f21a6a8d7708b0d926c8442a.tar.bz2 forums-17f27aa1ac7d0107f21a6a8d7708b0d926c8442a.tar.xz forums-17f27aa1ac7d0107f21a6a8d7708b0d926c8442a.zip | |
I'm guessing there have been changes to these files ...
git-svn-id: file:///svn/phpbb/trunk@3729 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index d03eb6d267..6f79db1279 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -574,7 +574,7 @@ $lang = array( 'Timezone' => 'Timezone', 'Date_format' => 'Date format', 'Date_format_explain' => 'The syntax used is identical to the PHP <a href=\"http://www.php.net/date\" target=\"_other\">date()</a> function', - 'Signature' => 'Signature', + 'SIGNATURE' => 'Signature', 'Signature_explain' => 'This is a block of text that can be added to posts you make. There is a %d character limit', 'Public_view_email' => 'Always show my Email Address', 'Current_password' => 'Current password', @@ -687,7 +687,7 @@ $lang = array( 'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.', 'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.', - 'VIEWING_PROFILE' => 'Viewing profile of %s', + 'VIEWING_PROFILE' => 'Profile view', 'ABOUT_USER' => 'Profile', 'CONTACT_USER' => 'Contact', 'USER_FORUM' => 'Forum statistics', |
