TimeMachine - small fix

Post Reply
User avatar
devprodest
Ssr. Bludit
Posts: 26
Joined: Tue Feb 27, 2018 10:52 am
Location: Moskow, Russia

Hi.

Very nice plugin :)

Please, edit line #62-63 in plugin.php

old

Code: Select all

$html .= '<span>'.$Language->get($information['dictionaryKey']).'</span><br>';
$html .= '<span>Username: '.$information['username'].'</span>';
new

Code: Select all

$html .= '<span>'.$Language->get($information['dictionaryKey']).' - <strong>'.$information['notes'].'</strong></span><br>';
$html .= '<span>'.$Language->get('Username').': '.$information['username'].'</span>';
Waiting for new version. With blackjack and ...
download.png
download.png (8.39 KiB) Viewed 2469 times
:D
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

I going to send the new version of Timemachine, is not backward compatible so I change the name for Timemachine X. Is going to be included in the next Bludit PRO v2.3.
User avatar
devprodest
Ssr. Bludit
Posts: 26
Joined: Tue Feb 27, 2018 10:52 am
Location: Moskow, Russia

diego wrote: Fri Mar 02, 2018 1:30 pm I going to send the new version of Timemachine, is not backward compatible so I change the name for Timemachine X. Is going to be included in the next Bludit PRO v2.3.
more information about the event.
Line #91 & #92 in TimeMachineX ;) see my first message.

Russian translate

Code: Select all

{
	"plugin-data":
	{
		"name": "TimeMachine X",
		"description": "TimemachineX позволяет вам вернуться в прошлое, когда вы внесли какие-то изменения: удалили какой-либо контент или изменили настройки, и хотите вернуться назад."
	},
	"there-are-no-recovery-points": "Ещё нет точек восстановления.",
	"go-back-to-this-point": "Восстановить до этого момента."
}

Post Reply