From 81a0cfba5077472ed892a93d04629120f4a9c4b7 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 17 Jun 2011 05:37:42 -0400
Subject: [PATCH] - Use more descriptive labels for group actions

---
 program/localization/en_US/labels.inc    |    2 ++
 skins/default/templates/addressbook.html |    4 ++--
 program/localization/pl_PL/labels.inc    |    2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index e6927e8..abc0460 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -313,6 +313,8 @@
 $labels['exportvcards']   = 'Export contacts in vCard format';
 $labels['newcontactgroup'] = 'Create new contact group';
 $labels['groupactions']   = 'Actions for contact groups...';
+$labels['grouprename']    = 'Rename group';
+$labels['groupdelete']    = 'Delete group';
 
 $labels['previouspage']   = 'Show previous page';
 $labels['firstpage']      = 'Show first page';
diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc
index f51e2e0..adb33e9 100644
--- a/program/localization/pl_PL/labels.inc
+++ b/program/localization/pl_PL/labels.inc
@@ -414,5 +414,7 @@
 $labels['advsearch'] = 'Wyszukiwanie zaawansowane';
 $labels['other'] = 'Inne';
 $labels['importtarget'] = 'Dodaj nowe kontakty do książki adresowej:';
+$labels['grouprename'] = 'Zmień nazwę grupy';
+$labels['groupdelete'] = 'Usuń grupę';
 
 ?>
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html
index f0df02e..3ac8c12 100644
--- a/skins/default/templates/addressbook.html
+++ b/skins/default/templates/addressbook.html
@@ -59,8 +59,8 @@
 
 <div id="groupoptionsmenu" class="popupmenu">
   <ul>
-    <li><roundcube:button command="group-rename" label="rename" classAct="active" /></li>
-    <li><roundcube:button command="group-delete" label="delete" classAct="active" /></li>
+    <li><roundcube:button command="group-rename" label="grouprename" classAct="active" /></li>
+    <li><roundcube:button command="group-delete" label="groupdelete" classAct="active" /></li>
     <roundcube:container name="groupoptions" id="groupoptionsmenu" />
   </ul>
 </div>

--
Gitblit v1.9.1