Merge lp:~osomon/webbrowser-app/update-tabsview-label into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 209
Merged at revision: 214
Proposed branch: lp:~osomon/webbrowser-app/update-tabsview-label
Merge into: lp:webbrowser-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/Ubuntu/Components/Extras/Browser/TabsList.qml (+1/-1)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/update-tabsview-label
Reviewer Review Type Date Requested Status
Günter Schwann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+172972@code.launchpad.net

Commit message

Update the tabs view header text to match the latest visual design.

To post a comment you must log in.
Revision history for this message
Günter Schwann (schwann) wrote :

"Currently viewing" indicates, that the number of current active tab is is shown here. Instead it's always the total number of tabs.

review: Needs Fixing
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Olivier Tilloy (osomon) wrote :

> "Currently viewing" indicates, that the number of current active tab is is
> shown here. Instead it's always the total number of tabs.

No, I believe that "Currently viewing" is meant to indicate that this section shows all the pages currently open, and the number in parenthesis indicates how many of them there are. I’ll confirm with Jouni though.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Olivier Tilloy (osomon) wrote :

Jouni confirmed that the number in parentheses means the total number of open tabs:

  <oSoMoN> jounih: btw, have you seen my e-mail about the meaning of "Currently viewing"?
  <jounih> oSoMoN: just reading now. In my design it means the number of tabs currently open

Revision history for this message
Günter Schwann (schwann) wrote :

ok then

review: Approve
209. By Olivier Tilloy

Merge the latest changes from trunk, and resolve conflicts.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Ubuntu/Components/Extras/Browser/TabsList.qml'
2--- src/Ubuntu/Components/Extras/Browser/TabsList.qml 2013-07-04 11:37:16 +0000
3+++ src/Ubuntu/Components/Extras/Browser/TabsList.qml 2013-07-05 16:05:31 +0000
4@@ -40,7 +40,7 @@
5 height: units.gu(2)
6 font.bold: true
7 // TRANSLATORS: %1 refers to the number of open tabs
8- text: i18n.tr("Open pages %1").arg(model.count)
9+ text: i18n.tr("Currently viewing (%1)").arg('<font color="#DD4814">%1</font>'.arg(model.count))
10 }
11
12 ListView {

Subscribers

People subscribed via source and target branches

to status/vote changes: