summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.src
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2011-04-04 12:07:23 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-04 12:07:23 +0300
commitd57dfa29c2ba47293eb12a853cdccf4196565ef7 (patch)
tree49473dd0cc84c983afc0ccd6b759af681e6bcf9e /cui/source/options/optchart.src
parenta561fc7f6538c9e3271f0a2e9847577adeb25842 (diff)
Improvement of adding and removing color charts
Diffstat (limited to 'cui/source/options/optchart.src')
-rw-r--r--cui/source/options/optchart.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/cui/source/options/optchart.src b/cui/source/options/optchart.src
index 0b9cf2df1cb6..425fbcf11689 100644
--- a/cui/source/options/optchart.src
+++ b/cui/source/options/optchart.src
@@ -97,3 +97,13 @@ String RID_SVXSTR_DIAGRAM_ROW
Text [ en-US ] = "Data Series $(ROW)" ;
};
+QueryBox RID_OPTQB_COLOR_CHART_DELETE
+{
+ Buttons = WB_YES_NO ;
+ DefButton = WB_DEF_NO ;
+ Message [ en-US ] = "Do you really want to delete the chart color?" ;
+};
+String RID_OPTSTR_COLOR_CHART_DELETE
+{
+ Text [ en-US ] = "Chart Color Deletion" ;
+};