summaryrefslogtreecommitdiffstats
path: root/svx/source/stbctrls/stbctrls.src
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-05-23 10:53:13 +0200
committerJan Holesovsky <kendy@suse.cz>2012-05-23 11:04:10 +0200
commitb30e202861e9bdba4d86e76ba8a6f059da8efc31 (patch)
treecd1faea0a50acf637e88f069ed787a9282606013 /svx/source/stbctrls/stbctrls.src
parentfdo#45779 avoiding creation of inconsistent B2DPolygon (diff)
downloadcore-b30e202861e9bdba4d86e76ba8a6f059da8efc31.tar.gz
core-b30e202861e9bdba4d86e76ba8a6f059da8efc31.zip
status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
Diffstat (limited to 'svx/source/stbctrls/stbctrls.src')
-rw-r--r--svx/source/stbctrls/stbctrls.src13
1 files changed, 8 insertions, 5 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 745a8dbcbfc0..0dc08437d143 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -30,15 +30,18 @@
#include "stbctrls.h"
// Strings ---------------------------------------------------------------
-String RID_SVXSTR_INSERT_TEXT
+String RID_SVXSTR_INSERT_HELPTEXT
{
- // 'Insert' shortened to a maximum of 5 characters
- Text [ en-US ] = "INSRT" ;
+ Text [ en-US ] = "Insert mode." ;
+};
+String RID_SVXSTR_OVERWRITE_HELPTEXT
+{
+ Text [ en-US ] = "Overwrite mode, text will be overwritten when typing." ;
};
String RID_SVXSTR_OVERWRITE_TEXT
{
- // 'Overwrite' shortened to a maximum of 5 characters
- Text [ en-US ] = "OVER" ;
+ Text [ x-comment ] = "To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'." ;
+ Text [ en-US ] = "Overwrite" ;
};
String RID_SVXSTR_SELMODE_STD
{