aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search/addresstypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/search/addresstypes.xml')
-rw-r--r--addressbook/gui/search/addresstypes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/search/addresstypes.xml b/addressbook/gui/search/addresstypes.xml
index 57fc10d330..d855561cce 100644
--- a/addressbook/gui/search/addresstypes.xml
+++ b/addressbook/gui/search/addresstypes.xml
@@ -3,7 +3,7 @@
<partset>
<part name="name">
<title>Sender</title>
- <input type="optionlist" name="sender-type">
+ <input type="optionlist" name="name-type">
<option value="contains">
<title>contains</title>
<code>(contains "fullname" ${name}))</code>
@@ -17,7 +17,7 @@
</part>
<part name="email">
<title>Sender</title>
- <input type="optionlist" name="sender-type">
+ <input type="optionlist" name="email-type">
<option value="contains">
<title>contains</title>
<code>(contains "email" ${email}))</code>