aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-06-18 00:09:40 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2012-06-18 00:09:40 +0200
commit78c460a246fa149e215cbe574ff182976762b2c1 (patch)
tree79eecb7ce29a73a77056acec6584046f1e2355cc
parent1d74966a60c31716be090f15bf3988d2b389d5cf (diff)
downloadcalcurse-78c460a246fa149e215cbe574ff182976762b2c1.tar.gz
calcurse-78c460a246fa149e215cbe574ff182976762b2c1.zip
src/keys.c: Fix help strings for generic-{cut,paste}
Reported-by: rafael ff1 <rafael.f.f1@gmail.com> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r--src/keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keys.c b/src/keys.c
index ebc97f3..56562ed 100644
--- a/src/keys.c
+++ b/src/keys.c
@@ -444,8 +444,8 @@ void keys_popup_info(enum key key)
_("Display hints whenever some help screens are available.");
info[KEY_GENERIC_QUIT] = _("Exit from the current menu, or quit calcurse.");
info[KEY_GENERIC_SAVE] = _("Save calcurse data.");
- info[KEY_GENERIC_CUT] = _("Help for `generic-cut`.");
- info[KEY_GENERIC_PASTE] = _("Help for `generic-paste`.");
+ info[KEY_GENERIC_CUT] = _("Cut the item that is currently selected.");
+ info[KEY_GENERIC_PASTE] = _("Paste an item at the current position.");
info[KEY_GENERIC_CHANGE_VIEW] =
_("Select next panel in calcurse main screen.");
info[KEY_GENERIC_IMPORT] = _("Import data from an external file.");