mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Fixed some strings in settings window
Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7a562cfe9c
commit
2d100b70af
7 changed files with 31 additions and 11 deletions
|
@ -27,6 +27,9 @@ ForumPage::ForumPage(QWidget * parent, Qt::WindowFlags flags)
|
|||
{
|
||||
ui.setupUi(this);
|
||||
setAttribute(Qt::WA_QuitOnClose, false);
|
||||
|
||||
/* Initialize GroupFrameSettingsWidget */
|
||||
ui.groupFrameSettingsWidget->setOpenAllInNewTabText(tr("Open each forum in a new tab"));
|
||||
}
|
||||
|
||||
ForumPage::~ForumPage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue