diff options
author | Eike Ziller <[email protected]> | 2014-02-20 14:52:10 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2014-02-25 16:55:25 +0100 |
commit | 4251265a6396581e5db742155bd2a738ae0f00b7 (patch) | |
tree | 491620a98877388f5d397783e78b16377561d5c2 /src/plugins/debugger/debuggeractions.cpp | |
parent | e64fefdbc466b1247a2cee68617ad904d2388712 (diff) |
Unify text on buttons that open the options dialog
We have many buttons that open the options dialog, and many of these use
different terms.
Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c
Reviewed-by: hjk <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r-- | src/plugins/debugger/debuggeractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index 073cd957771..c13f117a43e 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -100,7 +100,7 @@ DebuggerSettings::DebuggerSettings() item = new SavedAction(this); insertItem(SettingsDialog, item); - item->setText(tr("Debugger Properties...")); + item->setText(tr("Configure Debugger...")); // // View |