[IMP] scrum: Merge backlogs wizard string change
[odoo/odoo.git] / addons / scrum / wizard / scrum_backlog_merger_view.xml
index 9a1f52f..9e5a7d5 100644 (file)
                    <label colspan="4" string="This wizard merge backlogs and create one new backlog with draft state (Old backlogs state changed to Done). And it also merge old tasks from backlogs" />
                    <separator string="Are you sure you want to merge these Backlogs?" colspan="4"/>
                    <button colspan="2" special="cancel" string="Cancel" icon="gtk-cancel"/>
-                   <button colspan="2" default_focus="1" name="check_backlogs" string="Merge Backlogs" type="object" icon="gtk-execute"/>
+                   <button colspan="2" default_focus="1" name="check_backlogs" string="Merge" type="object" icon="gtk-execute"/>
                </form>
             </field>
         </record>
 
-         <act_window name="Merge"
+         <act_window name="Merge Backlogs"
             res_model="scrum.backlog.merge"
             src_model="scrum.product.backlog"
             view_mode="form"