diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-02 21:21:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-02 21:22:22 +0100 |
commit | fbf7b31f17243b58097aedd2a990ecaf301b341f (patch) | |
tree | 4d46fa7380dd01291d189981082b0577059e4d08 | |
parent | 7b32c5f80fa6a2408e1e30713e59adaffdf8ec58 (diff) |
sw: don't expose RSID as-is in optcomparison
Probably most users have no idea what an RSID is, try to describe it
instead.
Change-Id: I60e9d3729c55646b7877411614346b75e7e2c8d2
-rw-r--r-- | sw/uiconfig/swriter/ui/optcomparison.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/optcomparison.ui b/sw/uiconfig/swriter/ui/optcomparison.ui index f2042941bb90..4de04a24562a 100644 --- a/sw/uiconfig/swriter/ui/optcomparison.ui +++ b/sw/uiconfig/swriter/ui/optcomparison.ui @@ -143,7 +143,7 @@ </child> <child> <object class="GtkCheckButton" id="useRSID"> - <property name="label" translatable="yes">Use _RSID</property> + <property name="label" translatable="yes">Take it into account when comparing</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -176,7 +176,7 @@ </child> <child> <object class="GtkCheckButton" id="storeRSID"> - <property name="label" translatable="yes">Store RSID</property> + <property name="label" translatable="yes">Store it when changing the document</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -204,7 +204,7 @@ <object class="GtkLabel" id="setting"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Settings</property> + <property name="label" translatable="yes">Random number to improve accuracy of document comparision</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |