mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
fixed compilaiton of photoshare due to changes in GxsChange class
This commit is contained in:
parent
1f5ac32a81
commit
82690561b6
2 changed files with 5 additions and 8 deletions
|
@ -129,7 +129,7 @@ void GxsCircleItem::setup()
|
|||
{
|
||||
if(circleDetails.mAmIAdmin)
|
||||
{
|
||||
ui->titleLabel->setText(idName + tr(" which you invited, has join this circle you're administrating."));
|
||||
ui->titleLabel->setText(idName + tr(" which you invited, has joined this circle you're administrating."));
|
||||
ui->inviteeButton->setHidden(false);
|
||||
ui->inviteeButton->setText(tr("Revoke membership"));
|
||||
ui->inviteeButton->setToolTip(tr("Revoke membership for that identity"));
|
||||
|
@ -137,7 +137,7 @@ void GxsCircleItem::setup()
|
|||
else
|
||||
{
|
||||
ui->inviteeButton->setHidden(true);
|
||||
ui->titleLabel->setText(idName + tr(" has join this circle."));
|
||||
ui->titleLabel->setText(idName + tr(" has joined this circle."));
|
||||
}
|
||||
|
||||
ui->iconLabel->setPixmap(pixmap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue