mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-06 19:09:43 +00:00
Rename 'Properties' button of contacts to 'Edit'
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
|
||||
"New Card" = "New Card";
|
||||
"New List" = "New List";
|
||||
"Edit" = "Edit";
|
||||
"Properties" = "Properties";
|
||||
"Sharing..." = "Sharing...";
|
||||
"Write" = "Write";
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
),
|
||||
(
|
||||
{ link = "#";
|
||||
label = "Properties";
|
||||
label = "Edit";
|
||||
onclick = "return onToolbarEditSelectedContacts(this);";
|
||||
image = "properties.png";
|
||||
tooltip = "Edit the selected card"; },
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
<div class="menu" id="contactMenu">
|
||||
<ul>
|
||||
<li><var:string label:value="Properties" /></li>
|
||||
<li><var:string label:value="Edit" /></li>
|
||||
<li><var:string label:value="Categories" /></li>
|
||||
<li><!-- separator --></li>
|
||||
<li><var:string label:value="Write" /></li>
|
||||
|
||||
Reference in New Issue
Block a user