summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialog.src
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/SpellDialog.src')
-rw-r--r--svx/source/dialog/SpellDialog.src12
1 files changed, 11 insertions, 1 deletions
diff --git a/svx/source/dialog/SpellDialog.src b/svx/source/dialog/SpellDialog.src
index b96ea8c18317..2545d7ec9627 100644
--- a/svx/source/dialog/SpellDialog.src
+++ b/svx/source/dialog/SpellDialog.src
@@ -44,6 +44,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
OutputSize = TRUE;
Closeable = TRUE ;
SVLook = TRUE;
+ Hide = TRUE;
Text [ en-US ] = "Spellcheck: " ;
Moveable = TRUE ;
@@ -59,7 +60,8 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
{
Pos = MAP_APPFONT( 6, 8 );
Size = MAP_APPFONT( 100, 8 );
- Text [ en-US ] = "Dictionary languag~e" ;
+ Text [ en-US ] = "Text languag~e" ;
+ Text [ de ] = "Text~sprache" ;
};
ListBox LB_LANGUAGE
{
@@ -119,6 +121,14 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "I~gnore All" ;
};
+ PushButton PB_IGNORERULE
+ {
+ Pos = MAP_APPFONT( 209, 54 );
+ Size = MAP_APPFONT( 55, 14 );
+ Text [ en-US ] = "I~gnore Rule" ;
+ Text [ de ] = "Regel i~gnorieren";
+ Hide = TRUE;
+ };
MenuButton MB_ADDTODICT
{
Pos = MAP_APPFONT( 209, 71 );