mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 09:35:39 -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();
|
return QString();
|
||||||
|
|
||||||
if(group_ids.empty())
|
if(group_ids.empty())
|
||||||
return tr("[Everyone]") ;
|
return tr("[All friend nodes]") ;
|
||||||
|
|
||||||
QString groups_str = tr("Only ");
|
QString groups_str = tr("Only ");
|
||||||
RsGroupInfo group_info ;
|
RsGroupInfo group_info ;
|
||||||
|
@ -270,7 +270,7 @@ void ShareManager::updateFlags()
|
|||||||
QString ShareManager::getGroupString(const std::list<RsNodeGroupId>& groups)
|
QString ShareManager::getGroupString(const std::list<RsNodeGroupId>& groups)
|
||||||
{
|
{
|
||||||
if(groups.empty())
|
if(groups.empty())
|
||||||
return tr("[Everyone]") ;
|
return tr("[All friend nodes]") ;
|
||||||
|
|
||||||
int n = 0;
|
int n = 0;
|
||||||
QString group_string ;
|
QString group_string ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user