summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/condformatdlg.src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-02 18:48:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-04 02:17:26 +0200
commit2dfd8f150583130201132eaa9816e7646bbb6bf4 (patch)
tree2142ec3dbfc161aefb79202b1758060c08516d0d /sc/source/ui/src/condformatdlg.src
parentadc2aebb2828e3570f72f214f31341049eaf6709 (diff)
correct enumerate the condition entries in the dialog
Change-Id: I43c83674464f7c41505735b2ec4208f21567ed4c
Diffstat (limited to 'sc/source/ui/src/condformatdlg.src')
-rw-r--r--sc/source/ui/src/condformatdlg.src5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index 26b8d13c286f..e2b529c7fcbc 100644
--- a/sc/source/ui/src/condformatdlg.src
+++ b/sc/source/ui/src/condformatdlg.src
@@ -80,7 +80,10 @@ Control RID_COND_ENTRY
{
Pos = MAP_APPFONT( 2, 2 );
Size = MAP_APPFONT( 30, 10 );
- Text [ en-US ] = "Condition";
+ };
+ String STR_CONDITION
+ {
+ Text [ en-US ] = "Condition ";
};
FixedText FT_CONDITION