diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:34:24 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:34:24 +0000 |
| commit | 0f42661f43a03bcadd0a592a1b38cd559bbc6614 (patch) | |
| tree | 758f1b13cb6607aece299a5e170d716b3c4c15fa | |
| parent | c9ae0d023e7b66eec6cc8ebe10666734e54d6c09 (diff) | |
Corrected labels for next/previous page buttons
git-svn-id: https://svn.roundcube.net/trunk@179 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index ef98e1477..96b5fbcbe 100644 --- a/roundcubemail/skins/default/templates/addressbook.html +++ b/roundcubemail/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" /> <roundcube:object name="recordsCountDisplay" /> -<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"> |
