diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-10 16:01:01 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-15 18:45:18 +0200 |
commit | 8e27e5b010d4d98400c97e5575ad77844848d7c7 (patch) | |
tree | 87f7d1d228717abf704c0e74796259b565b60cc6 /cui | |
parent | ada38e5fc7c230e7861a00a6f3433dd5a11b5d3e (diff) |
Fix English in extended tip
Change-Id: I753fe8c17a572c734bb4f865c0b9920285849ca3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135623
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/javastartparametersdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/javastartparametersdialog.ui b/cui/uiconfig/ui/javastartparametersdialog.ui index 0375a8094518..0d9ba7b8ace9 100644 --- a/cui/uiconfig/ui/javastartparametersdialog.ui +++ b/cui/uiconfig/ui/javastartparametersdialog.ui @@ -121,7 +121,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="parameterfield-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|parameterfield">Enter a start parameter for a JRE as you would on a command line. Click Assign to add the parameter to the list of available start parameters.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|parameterfield">Enter a start parameter for a JRE as you would on a command line. Click Add to include the parameter to the list of available start parameters.</property> </object> </child> </object> |