aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/apply.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/apply.go')
-rw-r--r--commands/patch/apply.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/apply.go b/commands/patch/apply.go
index 6554ad8b..12f5b3f8 100644
--- a/commands/patch/apply.go
+++ b/commands/patch/apply.go
@@ -24,6 +24,10 @@ func init() {
register(Apply{})
}
+func (Apply) Description() string {
+ return "Apply the selected message(s) to the current project."
+}
+
func (Apply) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}