summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/scstring.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-24 13:35:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-24 14:09:50 +0100
commit7a0072474b08f045e5560db7335a4c03d104e40c (patch)
treea0876e203dd620336ea8892a352a35c0cb9c695b /sc/source/ui/src/scstring.src
parent420e215a975a4cb12b03d3487e98345782953b46 (diff)
move STR_CONDITION resource around
Change-Id: I154ba5fd03974a7c8426fdf71a2253bbbe59ad8c
Diffstat (limited to 'sc/source/ui/src/scstring.src')
-rw-r--r--sc/source/ui/src/scstring.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index fab1ebd259fb..70dc4327beae 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -949,4 +949,9 @@ String SCSTR_UNDO_CELL_ANCHOR
Text [ en-US ] = "Cell Anchor" ;
};
+String SCSTR_CONDITION
+{
+ Text [ en-US ] = "Condition ";
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */