mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
Fixed and updated english translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8324 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
94649dfbfd
commit
feaffedbb6
5 changed files with 179 additions and 47 deletions
|
@ -299,7 +299,7 @@ ChatPage::load()
|
|||
item->setData(Qt::DisplayRole,tr("Private chat invite from ")+QString::fromUtf8(detail.name.c_str())) ;
|
||||
|
||||
QString tt ;
|
||||
tt += tr("Name : ") + QString::fromUtf8(detail.name.c_str())) ;
|
||||
tt += tr("Name : ") + QString::fromUtf8(detail.name.c_str()) ;
|
||||
tt += "\n" + tr("PGP id : ") + QString::fromStdString(invites[i].destination_pgp_id.toStdString()) ;
|
||||
tt += "\n" + tr("Valid until : ") + QDateTime::fromTime_t(invites[i].time_of_validity).toString() ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue