Kaydet (Commit) fbf7b31f authored tarafından Miklos Vajna's avatar Miklos Vajna

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
üst 7b32c5f8
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="useRSID"> <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="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="storeRSID"> <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="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
<object class="GtkLabel" id="setting"> <object class="GtkLabel" id="setting">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</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> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment