cui/uiconfig/ui/langtoolconfigpage.ui | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-)
New commits: commit 9c53b55a8fed37bb6ce27d49146f015dde881fdc Author: Adolfo Jayme Barrientos <fit...@ubuntu.com> AuthorDate: Mon Jan 30 21:25:58 2023 -0600 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Tue Jan 31 16:24:38 2023 +0000 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 <fit...@ubuntu.com> 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>