From 39c306ba815419f338fea702ac0a9f5e7ce15545 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 12:53:01 +0800 Subject: [PATCH] RepoStatusPopover.bjs RepoStatusPopover.vala --- RepoStatusPopover.bjs | 2 +- RepoStatusPopover.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 360ca6ad..c85a7401 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -105,7 +105,7 @@ "listeners" : { "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"stash\" , \"--all\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" }, - "label" : "Stash Changes", + "label" : "Reset to remote", "* pack" : "add", "xtype" : "Button", "$ xns" : "Gtk" diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index ab47c32a..b0188264 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -387,7 +387,7 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values - this.el.label = "Stash Changes"; + this.el.label = "Reset to remote"; //listeners this.el.button_press_event.connect( () => { -- 2.39.2