From 3b94fb9382db1ef5eabee782afce92280e6e81f6 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 25 Feb 2014 15:50:09 +0000 Subject: [PATCH] since we only have one settings dialog, it is nonsense to write "General Settings" but we should write just "Settings" --- src/clientdlg.cpp | 2 +- src/clientsettingsdlgbase.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientdlg.cpp b/src/clientdlg.cpp index b190e768..57c54a1c 100755 --- a/src/clientdlg.cpp +++ b/src/clientdlg.cpp @@ -288,7 +288,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP, pViewMenu->addAction ( tr ( "C&hat..." ), this, SLOT ( OnOpenChatDialog() ) ); - pViewMenu->addAction ( tr ( "&General Settings..." ), this, + pViewMenu->addAction ( tr ( "&Settings..." ), this, SLOT ( OnOpenGeneralSettings() ) ); // optionally show analyzer console entry diff --git a/src/clientsettingsdlgbase.ui b/src/clientsettingsdlgbase.ui index e66b69a8..babd635d 100755 --- a/src/clientsettingsdlgbase.ui +++ b/src/clientsettingsdlgbase.ui @@ -11,7 +11,7 @@ - General Settings + Settings