diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-03-05 23:53:42 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-03-05 23:53:42 -0600 |
commit | 825098182227fdca958f84235d278c41b2b942ab (patch) | |
tree | c67b429f396676c61876d13f2fc549433ae6cc5f /cui | |
parent | 6a3c5af4eb96d03110fcbc856c6920bfcf4063c7 (diff) |
usage info: Spell “The Document Foundation” out and improve frame’s name
The initialism “TDF” is rather obscure still.
Change-Id: I987e96d869a5126f5d137d188a34b4ae7d4888f8
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optgeneralpage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/optgeneralpage.ui b/cui/uiconfig/ui/optgeneralpage.ui index b1447c59cecd..44938e48789a 100644 --- a/cui/uiconfig/ui/optgeneralpage.ui +++ b/cui/uiconfig/ui/optgeneralpage.ui @@ -271,15 +271,15 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="column_spacing">12</property> + <property name="column_spacing">6</property> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Interpret as years between </property> <property name="use_underline">True</property> <property name="mnemonic_widget">year</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -343,7 +343,7 @@ <property name="left_padding">12</property> <child> <object class="GtkCheckButton" id="collectusageinfo"> - <property name="label" translatable="yes">Allow collecting usage information, and sending it to TDF servers</property> + <property name="label" translatable="yes">Collect usage data and send it to The Document Foundation</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -358,7 +358,7 @@ <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Privacy</property> + <property name="label" translatable="yes">Help Improve %PRODUCTNAME</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |