summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-01-07 22:08:09 +0100
committerAndras Timar <atimar@suse.com>2012-01-07 22:09:28 +0100
commitb95be347d45c90febdeca85d22b65c03fba283bc (patch)
treeffaf298abc7764bb85b5e4bf5e339e3e8fa75f23 /editeng
parentba759d70ba84280ef5d25f644357e04471bffab9 (diff)
make measurement units localizable
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/svxitems.src12
1 files changed, 6 insertions, 6 deletions
diff --git a/editeng/source/items/svxitems.src b/editeng/source/items/svxitems.src
index 222fc2c20691..6049ad682478 100644
--- a/editeng/source/items/svxitems.src
+++ b/editeng/source/items/svxitems.src
@@ -598,27 +598,27 @@ String RID_OUTSET
};
String RID_SVXITEMS_METRIC_MM
{
- Text = "mm" ;
+ Text [ en-US ] = "mm" ;
};
String RID_SVXITEMS_METRIC_CM
{
- Text = "cm" ;
+ Text [ en-US ] = "cm" ;
};
String RID_SVXITEMS_METRIC_INCH
{
- Text = "inch" ;
+ Text [ en-US ] = "inch" ;
};
String RID_SVXITEMS_METRIC_POINT
{
- Text = "pt" ;
+ Text [ en-US ] = "pt" ;
};
String RID_SVXITEMS_METRIC_TWIP
{
- Text = "twip" ;
+ Text [ en-US ] = "twip" ;
};
String RID_SVXITEMS_METRIC_PIXEL
{
- Text = "pixel" ;
+ Text [ en-US ] = "pixel" ;
};
// GetValueText von BoolItems
String RID_SVXITEMS_SHADOWED_TRUE