include/svx/strings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b0f1093207ed086c30d72f30fc2c04d81c4c8a21 Author: Julien Nabet <[email protected]> Date: Thu May 31 21:11:29 2018 +0200 tdf#117915: fix mix of Bullet Tooltips Change-Id: I2e330d0a716b3acbe02102e58d52b938feffcecc Reviewed-on: https://gerrit.libreoffice.org/55145 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> (cherry picked from commit bb68da55f759f1a099358ff53237e2c12a55770c) Reviewed-on: https://gerrit.libreoffice.org/55158 Tested-by: Jenkins <[email protected]> diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 3998d98600cf..57d0944913f6 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1270,8 +1270,8 @@ #define RID_SVXSTR_BULLET_DESCRIPTION_3 NC_("RID_SVXSTR_BULLET_DESCRIPTION_3", "Solid large square bullets") #define RID_SVXSTR_BULLET_DESCRIPTION_4 NC_("RID_SVXSTR_BULLET_DESCRIPTION_4", "Right pointing arrow bullets filled out") #define RID_SVXSTR_BULLET_DESCRIPTION_5 NC_("RID_SVXSTR_BULLET_DESCRIPTION_5", "Right pointing arrow bullets") -#define RID_SVXSTR_BULLET_DESCRIPTION_6 NC_("RID_SVXSTR_BULLET_DESCRIPTION_6", "Check mark bullets") -#define RID_SVXSTR_BULLET_DESCRIPTION_7 NC_("RID_SVXSTR_BULLET_DESCRIPTION_7", "Tick mark bullets") +#define RID_SVXSTR_BULLET_DESCRIPTION_6 NC_("RID_SVXSTR_BULLET_DESCRIPTION_6", "Cross mark bullets") +#define RID_SVXSTR_BULLET_DESCRIPTION_7 NC_("RID_SVXSTR_BULLET_DESCRIPTION_7", "Check mark bullets") #define RID_SVXSTR_SINGLENUM_DESCRIPTION_0 NC_("RID_SVXSTR_SINGLENUM_DESCRIPTION_0", "Number 1) 2) 3)") #define RID_SVXSTR_SINGLENUM_DESCRIPTION_1 NC_("RID_SVXSTR_SINGLENUM_DESCRIPTION_1", "Number 1. 2. 3.") #define RID_SVXSTR_SINGLENUM_DESCRIPTION_2 NC_("RID_SVXSTR_SINGLENUM_DESCRIPTION_2", "Number (1) (2) (3)") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
