From: Alan Knowles Date: Wed, 19 Dec 2018 04:56:44 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=62156312e47d7aa26cd02f40d6166b687abaed73 RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 5672c547..04bd8ea7 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -123,7 +123,7 @@ "listeners" : { "button_press_event" : "() => {\n var oldq = new Gee.ArrayList(); \n\n\tClones.singleton().el.response(-1);\n\tNewBranch.singleton().show(_this.repo, oldq);\n\n return false;\n}" }, - "label" : "Create Branch", + "label" : "Create Branch / Start ticket", "xtype" : "Button", "* pack" : "add", "$ xns" : "Gtk" diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 5c764dba..f7ee0b28 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -470,7 +470,7 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values - this.el.label = "Create Branch"; + this.el.label = "Create Branch / Start ticket"; //listeners this.el.button_press_event.connect( () => {