diff options
author | jkobus <[email protected]> | 2013-10-10 10:37:15 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2013-10-10 10:45:28 +0200 |
commit | f54b935a6129b7111f927f8b150c489fb9d6afee (patch) | |
tree | 55ecb88e63e64aea89809d6ae900e6264f6e48ab /src/plugins/cvs/cvsplugin.cpp | |
parent | e79d764f20e56ea2764dadc4fcb0cc5c3aa640ff (diff) |
Use book style capitalization for button labels
Change-Id: I9d74792f59a1209a3fbbd4fade39eee04d5ce5f4
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/cvs/cvsplugin.cpp')
-rw-r--r-- | src/plugins/cvs/cvsplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp index 070ea7e088a..fdbd7ea1c36 100644 --- a/src/plugins/cvs/cvsplugin.cpp +++ b/src/plugins/cvs/cvsplugin.cpp @@ -538,8 +538,8 @@ CvsDiffParameterWidget::CvsDiffParameterWidget(const CvsDiffParameters &p, QWidg VcsBaseEditorParameterWidget(parent), m_parameters(p) { setBaseArguments(p.arguments); - addToggleButton(QLatin1String("-w"), tr("Ignore whitespace")); - addToggleButton(QLatin1String("-B"), tr("Ignore blank lines")); + addToggleButton(QLatin1String("-w"), tr("Ignore Whitespace")); + addToggleButton(QLatin1String("-B"), tr("Ignore Blank Lines")); connect(this, SIGNAL(argumentsChanged()), this, SLOT(triggerReRun())); } |