From 000c3a6d0e7e45f8c18e385b203ac6ac1374c4be Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 17 Jan 2005 10:23:34 +0000 Subject: [PATCH] Add "Previous" button --- bin/generate-buttons.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/bin/generate-buttons.php b/bin/generate-buttons.php index 7a57e01..9c02cd8 100755 --- a/bin/generate-buttons.php +++ b/bin/generate-buttons.php @@ -5,6 +5,7 @@ function getButtons() { "add.png" => _("Add"), "cancel.png" => _("Cancel"), "next.png" => _("Next"), + "previous.png" => _("Previous"), "back.png" => _("Back"), "addcomment.png" => _("Add Comment"), "subscribe.png" => _("Subscribe"), -- libgit2 0.21.4