Merge lp:~paulbrianstewart/quassel/833751-String-Error-Fix into lp:quassel

Proposed by Paul Stewart
Status: Rejected
Rejected by: Данило Шеган
Proposed branch: lp:~paulbrianstewart/quassel/833751-String-Error-Fix
Merge into: lp:quassel
Diff against target: 12 lines (+1/-1)
1 file modified
src/qtui/settingspages/chatviewsettingspage.cpp (+1/-1)
To merge this branch: bzr merge lp:~paulbrianstewart/quassel/833751-String-Error-Fix
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+72990@code.launchpad.net

Commit message

* Changed the message to "You need at LEAST 0.6 quasselcore to use this feature"

Description of the change

Added the word "least" to the line 44 in the chatviewsettinspage.cpp file, changing it to
"You need at least 0.6 quasselcore to use this feature"

To post a comment you must log in.
Revision history for this message
Данило Шеган (danilo) wrote :

You probably wanted to propose this against the Ubuntu branch, not an import (upstream) branch.

Revision history for this message
Paul Stewart (paulbrianstewart) wrote :

Hi Danilo,

I'll do that.

Thanks
Paul

Unmerged revisions

2915. By Paul Stewart

* Changed the message to "You need at LEAST 0.6 quasselcore to use this feature"

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qtui/settingspages/chatviewsettingspage.cpp'
2--- src/qtui/settingspages/chatviewsettingspage.cpp 2010-05-01 16:01:01 +0000
3+++ src/qtui/settingspages/chatviewsettingspage.cpp 2011-08-26 05:19:17 +0000
4@@ -38,7 +38,7 @@
5 if(!(Client::coreFeatures() & Quassel::SynchronizedMarkerLine)) {
6 ui.autoMarkerLine->setEnabled(false);
7 ui.autoMarkerLine->setChecked(true);
8- ui.autoMarkerLine->setToolTip(tr("You need at 0.6 quasselcore to use this feature"));
9+ ui.autoMarkerLine->setToolTip(tr("You need at least 0.6 quasselcore to use this feature"));
10 }
11
12 initAutoWidgets();

Subscribers

People subscribed via source and target branches

to all changes: