Merge lp:~openerp-dev/openerp-web/7.0-fix-kanban-show-chm into lp:openerp-web/7.0

Proposed by Christophe Matthieu (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/7.0-fix-kanban-show-chm
Merge into: lp:openerp-web/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
addons/web_kanban/static/src/xml/web_kanban.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-fix-kanban-show-chm
Reviewer Review Type Date Requested Status
Xavier (Open ERP) (community) Needs Information
Review via email: mp+141336@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

1. Why?

2. Why in 7.0?

3. This is going to be an absolute pain for translators.

review: Needs Information
Revision history for this message
Christophe Matthieu (OpenERP) (chm-openerp) wrote :

I found this old branch, but in fact I'll put in trunk.
This is a request from 7.0 release date and there has not been merge.

Unmerged revisions

3665. By Christophe Matthieu (OpenERP)

[IMP] kanban: 'show more (32 remaining)' become 'show 32 more'

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'addons/web_kanban/static/src/xml/web_kanban.xml'
--- addons/web_kanban/static/src/xml/web_kanban.xml 2012-11-28 14:02:22 +0000
+++ addons/web_kanban/static/src/xml/web_kanban.xml 2012-12-27 13:28:23 +0000
@@ -70,7 +70,7 @@
70 <div class="oe_kanban_group_list_header"/>70 <div class="oe_kanban_group_list_header"/>
71 <div class="oe_kanban_column_cards"/>71 <div class="oe_kanban_column_cards"/>
72 <div class="oe_kanban_show_more">72 <div class="oe_kanban_show_more">
73 <button class="oe_button">Show more... (<span class="oe_kanban_remaining"></span> remaining)</button>73 <button class="oe_button">Show <span class="oe_kanban_remaining"></span> more</button>
74 </div>74 </div>
75 </td>75 </td>
76</t>76</t>