[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/source
Caolán McNamara
caolanm at redhat.com
Wed Jun 7 12:32:22 UTC 2017
sc/source/ui/src/globstr.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 062fbf707d0f2b2bb3edbf0a5d56c81e18dc244a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jun 7 12:23:47 2017 +0100
fix some .src offsets
Change-Id: I2e36ca50b2141d5d15bd387b38f15e43a9c78343
Reviewed-on: https://gerrit.libreoffice.org/38501
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 932f1b1ba36d..349a33030a6b 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1347,7 +1347,7 @@ String STR_CHANGED_MOVE+RID_GLOBSTR_OFFSET
{
Text [ en-US ] = "Range moved from #1 to #2" ;
};
-String STR_END_REDLINING
+String STR_END_REDLINING+RID_GLOBSTR_OFFSET
{
Text [ en-US ] = "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n" ;
};
@@ -1434,7 +1434,7 @@ String STR_ERR_LONG_NESTED_ARRAY+RID_GLOBSTR_OFFSET
{
Text [ en-US ] = "Nested arrays are not supported." ;
};
-String STR_UNDO_TEXTTOCOLUMNS
+String STR_UNDO_TEXTTOCOLUMNS+RID_GLOBSTR_OFFSET
{
Text [ en-US ] = "Text to Columns";
};
More information about the Libreoffice-commits
mailing list