diff options
author | Markus Wernig <markus@wernig.net> | 2015-03-18 13:26:54 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-03-18 13:27:14 +0100 |
commit | 69d0d5f567f1418060f0c925b0dada2cb608eacc (patch) | |
tree | f095562a3258dd2394d8ab884c59bf0ae3478bc0 | |
parent | fb14be5f8f74f83ba89e15f891ddf1f753dcc62f (diff) |
fix a bit awkward UI text
Change-Id: I3c58e329a43e9117fe2be751442bd9043b758e41
-rw-r--r-- | cui/uiconfig/ui/optsecuritypage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optsecuritypage.ui b/cui/uiconfig/ui/optsecuritypage.ui index 46b342a783b7..23e1145f4fd5 100644 --- a/cui/uiconfig/ui/optsecuritypage.ui +++ b/cui/uiconfig/ui/optsecuritypage.ui @@ -33,7 +33,7 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Maintain a list of Time Stamping Authority (TSA) URLs to be optionally for digital signatures in PDF export.</property> + <property name="label" translatable="yes">Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export.</property> <property name="wrap">True</property> <property name="max_width_chars">56</property> </object> |