From b6a2defb3e1d6ca16a0539e4bec3d0a7575d489d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:18:25 +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 153e318c..e677d9ca 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -138,7 +138,7 @@ "listeners" : { "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"reset\" , \"--hard\" });\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" : "Reset to remote", + "label" : "Reset / clear changes", "* pack" : "add", "xtype" : "ToolButton", "$ xns" : "Gtk" diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 0c3a73c2..07753d31 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -520,7 +520,7 @@ public class RepoStatusPopover : Object public Xcls_ToolButton17(RepoStatusPopover _owner ) { _this = _owner; - this.el = new Gtk.ToolButton( null, "Reset to remote" ); + this.el = new Gtk.ToolButton( null, "Reset / clear changes" ); // my vars (dec) -- 2.39.2