Minor improvements (#1411)

* Minor improvements

* Update CHANGELOG.md

* Update edit_user_profile.php

* Updated

* Update main.php

* Update functions.php
This commit is contained in:
Roman Kelesidis 2024-02-27 10:03:01 +03:00 committed by GitHub
commit 635d715247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 13 deletions

View file

@ -272,8 +272,8 @@ $lang['SPOILER_HEAD'] = 'hidden text';
$lang['SPOILER_CLOSE'] = 'turn';
$lang['PLAY_ON_CURPAGE'] = 'Start playing on current page';
$lang['EDITED_TIME_TOTAL'] = 'Last edited by %s on %s; edited %d time in total'; // Last edited by me on 12 Oct 2001; edited 1 time in total
$lang['EDITED_TIMES_TOTAL'] = 'Last edited by %s on %s; edited %d times in total'; // Last edited by me on 12 Oct 2001; edited 2 times in total
$lang['EDITED_TIME_TOTAL'] = 'Last edited by <b>%s</b> on %s; edited %d time in total'; // Last edited by me on 12 Oct 2001; edited 1 time in total
$lang['EDITED_TIMES_TOTAL'] = 'Last edited by <b>%s</b> on %s; edited %d times in total'; // Last edited by me on 12 Oct 2001; edited 2 times in total
$lang['LOCK_TOPIC'] = 'Lock the topic';
$lang['UNLOCK_TOPIC'] = 'Unlock the topic';