diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-23 05:23:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-24 23:39:56 +0200 |
commit | f2431c944376433219eb7eb704e9b21589f201f5 (patch) | |
tree | da6cf07070e1116a4ed1a0259b8a2f096987eebc /sc/source/ui/src/globstr.src | |
parent | 96475ada3fcf026ae7833824a056b642c1bd1864 (diff) |
add undo action for conditional formatting, cp#1000050, fdo#77381
Change-Id: I11db1e5824077135c4352ae43cc0e8d139244268
Diffstat (limited to 'sc/source/ui/src/globstr.src')
-rw-r--r-- | sc/source/ui/src/globstr.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index b55ae11d1db6..3d167fdef221 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -2071,6 +2071,11 @@ Resource RID_GLOBSTR { Text [ en-US ] = "Print Range Empty"; }; + + String STR_UNDO_CONDFORMAT + { + Text [ en-US ] = "Conditional Format"; + }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |