diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-09-01 16:58:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-09-27 22:44:16 +0200 |
commit | e4ff750db6d186ac55c27db226d249e47dfa65a1 (patch) | |
tree | e244839b99b953548c652213606926cf13efb87b /sc/inc | |
parent | 26e76ada0cb87550e5bac56006da851cf1279a02 (diff) |
UND->AND; ODER->OR
Change-Id: I921db377c257dc50e3f39fe04f0ad093f3db6a81
Reviewed-on: https://gerrit.libreoffice.org/59896
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/globstr.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 09caaf80423c..186ef461f8ab 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -141,8 +141,8 @@ #define STR_TABLE_GRAND NC_("STR_TABLE_GRAND", "Grand") #define STR_TABLE_ERGEBNIS NC_("STR_TABLE_ERGEBNIS", "Result") #define STR_UNDO_SPELLING NC_("STR_UNDO_SPELLING", "Spellcheck") -#define STR_TABLE_UND NC_("STR_TABLE_UND", "AND") -#define STR_TABLE_ODER NC_("STR_TABLE_ODER", "OR") +#define STR_TABLE_AND NC_("STR_TABLE_AND", "AND") +#define STR_TABLE_OR NC_("STR_TABLE_OR", "OR") #define STR_TABLE_DEF NC_("STR_TABLE_DEF", "Sheet") #define STR_MOVE_TO_END NC_("STR_MOVE_TO_END", "- move to end position -") #define STR_NO_REF_TABLE NC_("STR_NO_REF_TABLE", "#REF!") |