diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-04-04 08:25:03 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-04-04 07:35:20 +0200 |
commit | ff606081bb42acb96611ff232f5606dd76f411bf (patch) | |
tree | 54f216281bca4d647232f1effc851fce02bf5402 | |
parent | bcf7f049315dee2001cc2f7c7eabfbcb0b8ef21a (diff) |
tdf#154459 Improve grammar for hlp_ellipsis
Change-Id: Ia488470069a9a4818dd3152250cc053842d161a2
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/150006
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r-- | en/dialog/en_en_US.properties | 2 | ||||
-rw-r--r-- | pt_BR/dialog/pt_BR_en_US.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/dialog/en_en_US.properties b/en/dialog/en_en_US.properties index c25a6e0..0e43ded 100644 --- a/en/dialog/en_en_US.properties +++ b/en/dialog/en_en_US.properties @@ -26,7 +26,7 @@ hlp_minus=Change hyphen characters to real minus signs. minus=Minus sign hlp_apostrophe=Change typewriter apostrophe, single quotation marks and correct double primes. apostrophe=Apostrophe -hlp_ellipsis=Change three dots with ellipsis. +hlp_ellipsis=Replace three dots with ellipsis. ellipsis=Ellipsis others=Others hlp_metric=Measurement conversion from \u00b0F, mph, ft, in, lb, gal and miles. diff --git a/pt_BR/dialog/pt_BR_en_US.properties b/pt_BR/dialog/pt_BR_en_US.properties index 41cfa0e..e029eb6 100644 --- a/pt_BR/dialog/pt_BR_en_US.properties +++ b/pt_BR/dialog/pt_BR_en_US.properties @@ -26,7 +26,7 @@ hlp_minus=Change hyphen characters to real minus signs. minus=Minus sign hlp_apostrophe=Change typewriter apostrophe, single quotation marks and correct double primes. apostrophe=Apostrophes -hlp_ellipsis=Change three dots with ellipsis. +hlp_ellipsis=Replace three dots with ellipsis. ellipsis=Ellipsis others=Others hlp_metric=Identify redundant terms: "criar novo", "subir para cima", "beco sem sa\u00EDda", "regra geral". |