diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-01-30 21:25:58 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-01-31 16:24:38 +0000 |
commit | 9c53b55a8fed37bb6ce27d49146f015dde881fdc (patch) | |
tree | 49e5e7007a44b1480c969410ca342f4112a6d072 /cui | |
parent | 5cd9ca5d4232c725661131137975549c06231d5c (diff) |
Restore changes accidentally overwritten in 1fb964276c184b0fb052503fe7dbc05bf0331211
Change-Id: I3630a1fe1365593103b1670926d4e7aa318d9a48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146374
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/langtoolconfigpage.ui | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/langtoolconfigpage.ui b/cui/uiconfig/ui/langtoolconfigpage.ui index 1d7452161998..168e5719ddfd 100644 --- a/cui/uiconfig/ui/langtoolconfigpage.ui +++ b/cui/uiconfig/ui/langtoolconfigpage.ui @@ -112,7 +112,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="langtoolconfigpage|usernamelbl">User name:</property> + <property name="label" translatable="yes" context="langtoolconfigpage|usernamelbl">Username:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">username</property> </object> @@ -160,7 +160,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="langtoolconfigpage|urldesc">Please use the base URL e.g. without "/check" at the end.</property> + <property name="label" translatable="yes" context="langtoolconfigpage|urldesc">Please use the base URL, i.e., without “/check” at the end.</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="left_attach">1</property> @@ -172,7 +175,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="langtoolconfigpage|usernamedesc">Your LanguageTool account's username for premium usage.</property> + <property name="label" translatable="yes" context="langtoolconfigpage|usernamedesc">Your LanguageTool account’s username for premium usage.</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="left_attach">1</property> @@ -184,7 +190,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="langtoolconfigpage|apikeydesc">Your LanguageTool account's api key for premium usage.</property> + <property name="label" translatable="yes" context="langtoolconfigpage|apikeydesc">Your LanguageTool account’s API key for premium usage.</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="left_attach">1</property> @@ -221,6 +230,9 @@ <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes" context="langtoolconfigpage|restdesc">Your LanguageTool REST API protocol for usage.</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="left_attach">1</property> @@ -244,7 +256,7 @@ </child> <child> <object class="GtkCheckButton" id="verifyssl"> - <property name="label" translatable="yes" context="langtoolconfigpage|verifyssl">Disable SSL Certificate Verification</property> + <property name="label" translatable="yes" context="langtoolconfigpage|verifyssl">Disable SSL certificate verification</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |