summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.src
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/tbcontrl.src')
-rw-r--r--svx/source/tbxctrls/tbcontrl.src17
1 files changed, 16 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index 0e250c3ad8f7..6e0add7d9ae8 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -21,7 +21,7 @@
#include <helpid.hrc>
/*
- * Bitmaps f"ur SvxFrameWindow
+ * Bitmaps for SvxFrameWindow
*/
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
@@ -207,4 +207,19 @@ String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE
Text [ en-US ] = "Font Name. The current font is not available and will be substituted.";
};
+String RID_SVXSTR_DEFAULT_PAL
+{
+ Text [ en-US ] = "Default palette";
+};
+
+String RID_SVXSTR_DOC_COLORS
+{
+ Text [ en-US ] = "Document colors";
+};
+
+String RID_SVXSTR_DOC_COLOR_PREFIX
+{
+ Text [ en-US ] = "Document Color";
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */