From 30a75147a0db305da7fe9970a800490c71f4ad35 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 04 Apr 2006 17:34:24 -0400
Subject: [PATCH] Corrected labels for next/previous page buttons

---
 skins/default/templates/addressbook.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html
index ef98e14..96b5fbc 100644
--- a/skins/default/templates/addressbook.html
+++ b/skins/default/templates/addressbook.html
@@ -20,9 +20,9 @@
 </div>
 
 <div id="abookcountbar">
-<roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" />
+<roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previouspage" />
 &nbsp;<roundcube:object name="recordsCountDisplay" />&nbsp;
-<roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" />
+<roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextpage" />
 </div>
 
 <div id="addresslist">

--
Gitblit v1.9.1