diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-22 02:24:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-22 02:24:22 +0800 |
commit | 1f65552d0dd6e8635ef0926a0f750c4f0bd34230 (patch) | |
tree | 189240ab0727a9ed7153336557846ed00c415ac2 /plugins/face | |
parent | 2914345f9672559fed0ad88d2841ea4801d8d244 (diff) | |
download | gsoc2013-evolution-1f65552d0dd6e8635ef0926a0f750c4f0bd34230.tar.gz gsoc2013-evolution-1f65552d0dd6e8635ef0926a0f750c4f0bd34230.tar.zst gsoc2013-evolution-1f65552d0dd6e8635ef0926a0f750c4f0bd34230.zip |
Bug 523216 – User-oriented plugin descriptions
Diffstat (limited to 'plugins/face')
-rw-r--r-- | plugins/face/org-gnome-face.eplug.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/face/org-gnome-face.eplug.xml b/plugins/face/org-gnome-face.eplug.xml index e84b93f809..08e30b5948 100644 --- a/plugins/face/org-gnome-face.eplug.xml +++ b/plugins/face/org-gnome-face.eplug.xml @@ -3,7 +3,9 @@ <e-plugin id="org.gnome.evolution.face" type="shlib" _name="Face" location="@PLUGINDIR@/liborg-gnome-face@SOEXT@"> <author name="Sankar P" email="psankar@novell.com"/> - <_description>Attach Face header to outgoing messages. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in messages that are sent further.</_description> + <_description xml:space="preserve">Attach a small picture of your face to outgoing messages. + +First time the user needs to configure a 48x48 PNG image. It is Base-64 encoded and stored in ~/.evolution/faces. This will be used in subsequent sent messages.</_description> <hook class="org.gnome.evolution.ui:1.0"> <ui-manager id="org.gnome.evolution.composer"> |