summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/src/scstring.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index 05ea091a29ac..59c8a83a1fd7 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -203,11 +203,13 @@ String SCSTR_NONAME
String SCSTR_COLUMN
{
+ Text [ x-comment ] = "%1 is replaced to column letter, such as 'Column A'" ;
Text [ en-US ] = "Column %1" ;
};
String SCSTR_ROW
{
+ Text [ x-comment ] = "%1 is replaced to row number, such as 'Row 1'" ;
Text [ en-US ] = "Row %1" ;
};