Kaydet (Commit) 516bd942 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Localize this string.

Change-Id: I88b205d36eede5e63af46f8581896d980b6aa27d
üst 65d026f3
......@@ -983,7 +983,8 @@
#define STR_MID (STR_START + 431)
#define STR_SOUTH (STR_START + 432)
#define STR_SUM (STR_START + 433)
#define STR_END (STR_SUM)
#define SCSTR_UPDATE_EXTDOCS (STR_START + 434)
#define STR_END (SCSTR_UPDATE_EXTDOCS)
#define BMP_START (STR_END)
......
......@@ -803,7 +803,7 @@ void ScDocument::UpdateExternalRefLinks(Window* pWin)
}
pExternalRefMgr->enableDocTimer(false);
ScProgress aProgress(GetDocumentShell(), "Updating external links", aRefLinks.size());
ScProgress aProgress(GetDocumentShell(), ScResId(SCSTR_UPDATE_EXTDOCS).toString(), aRefLinks.size());
for (size_t i = 0, n = aRefLinks.size(); i < n; ++i)
{
aProgress.SetState(i+1);
......
......@@ -811,6 +811,11 @@ String SCSTR_EXTDOC_NOT_LOADED
Text [ en-US ] = "The following external file could not be loaded. Data linked from this file did not get updated." ;
};
String SCSTR_UPDATE_EXTDOCS
{
Text [ en-US ] = "Updating external links.";
};
String SCSTR_FORMULA_SYNTAX_CALC_A1
{
Text [ en-US ] = "Calc A1";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment