diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 07896d451d3c..6ca1fd7ef480 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -700,7 +700,9 @@ #define STR_TABLE_COUNT 535 -#define SC_GLOBSTR_STR_COUNT 536 /**< the count of permanently resident strings */ +#define STR_HEADER_RANGE_OR_EXPR 536 + +#define SC_GLOBSTR_STR_COUNT 537 /**< the count of permanently resident strings */ #endif diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx index e226e893e331..89749c62747c 100644 --- a/sc/source/ui/namedlg/namemgrtable.cxx +++ b/sc/source/ui/namedlg/namemgrtable.cxx @@ -45,7 +45,7 @@ ScRangeManagerTable::ScRangeManagerTable( SvSimpleTableContainer& rParent, boost SetTabs( &aStaticTabs[0], MAP_PIXEL ); OUString aNameStr(ScGlobal::GetRscString(STR_HEADER_NAME)); - OUString aRangeStr(ScGlobal::GetRscString(STR_HEADER_RANGE)); + OUString aRangeStr(ScGlobal::GetRscString(STR_HEADER_RANGE_OR_EXPR)); OUString aScopeStr(ScGlobal::GetRscString(STR_HEADER_SCOPE)); HeaderBar& rHeaderBar = GetTheHeaderBar(); diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 0ce65a8a0860..8ebb2c6fd710 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -1772,7 +1772,7 @@ Resource RID_GLOBSTR { Text [en-US] = "Name"; }; - String STR_HEADER_RANGE + String STR_HEADER_RANGE_OR_EXPR { Text [en-US] = "Range or formula expression"; }; @@ -1804,6 +1804,10 @@ Resource RID_GLOBSTR { Text [ en-US ] = "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."; }; + String STR_HEADER_RANGE + { + Text [en-US] = "Range"; + }; String STR_HEADER_COND { Text [ en-US ] = "First Condition";