mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 08:29:32 -05:00
changed naming for files visibility
This commit is contained in:
parent
8c7c7647b0
commit
02f442a400
@ -229,7 +229,7 @@ QString RetroshareDirModel::getGroupsString(FileStorageFlags flags,const std::li
|
||||
return QString();
|
||||
|
||||
if(group_ids.empty())
|
||||
return tr("[Everyone]") ;
|
||||
return tr("[All friend nodes]") ;
|
||||
|
||||
QString groups_str = tr("Only ");
|
||||
RsGroupInfo group_info ;
|
||||
|
@ -270,7 +270,7 @@ void ShareManager::updateFlags()
|
||||
QString ShareManager::getGroupString(const std::list<RsNodeGroupId>& groups)
|
||||
{
|
||||
if(groups.empty())
|
||||
return tr("[Everyone]") ;
|
||||
return tr("[All friend nodes]") ;
|
||||
|
||||
int n = 0;
|
||||
QString group_string ;
|
||||
|
Loading…
Reference in New Issue
Block a user