From 3e6a951feeaa384b8022e423849cd98d17a0e10c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 12:36:33 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index aeb1d9c3..94e74cec 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -239,7 +239,7 @@ "id" : "label_select_ticket", "xtype" : "Label", "* pack" : false, - "string label" : "Select Existing Ticket to work on", + "string label" : "Create a new Ticket", "$ xns" : "Gtk" }, { diff --git a/NewBranch.vala b/NewBranch.vala index 2fd74e35..e89d82e1 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -1028,7 +1028,7 @@ public class NewBranch : Object { _this = _owner; _this.label_select_ticket = this; - this.el = new Gtk.Label( "Select Existing Ticket to work on" ); + this.el = new Gtk.Label( "Create a new Ticket" ); // my vars (dec) -- 2.39.2