mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
improved display/wording of usage statstics in People
This commit is contained in:
parent
0a3ec9706d
commit
8b9038a028
2 changed files with 3 additions and 3 deletions
|
@ -1864,7 +1864,7 @@ void IdDialog::insertIdDetails(uint32_t token)
|
|||
usage_txt += QString("<b>")+ getHumanReadableDuration(now - data.mLastUsageTS) + "</b> \t: " + QString::fromStdString(it->second) + "<br/>" ;
|
||||
|
||||
if(usage_txt.isNull())
|
||||
usage_txt = tr("<b>[Unused]</b>") ;
|
||||
usage_txt = tr("<b>[No record in current session]</b>") ;
|
||||
|
||||
ui->usageStatistics_TB->setText(usage_txt) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue