mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added patch from Anonym
- added tooltips to GroupFlagsWidget when buttons are unchecked git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
72e5d10bcd
commit
919fb3f62d
@ -24,10 +24,10 @@ QString GroupFlagsWidget::_tooltips_on[4] = {
|
||||
QObject::tr("Directory is accessible by anonymous tunnels from any friend")
|
||||
};
|
||||
QString GroupFlagsWidget::_tooltips_off[4] = {
|
||||
QObject::tr(""),
|
||||
QObject::tr(""),
|
||||
QObject::tr(""),
|
||||
QObject::tr("")
|
||||
QObject::tr("Directory is NOT browsable for friends from parent groups"),
|
||||
QObject::tr("Directory is NOT accessible by anonymous tunnels from friends from parent groups"),
|
||||
QObject::tr("Directory is NOT browsable for any friend"),
|
||||
QObject::tr("Directory is NOT accessible by anonymous tunnels from any friend")
|
||||
};
|
||||
|
||||
GroupFlagsWidget::GroupFlagsWidget(QWidget *parent,FileStorageFlags flags)
|
||||
|
Loading…
Reference in New Issue
Block a user