diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-04 16:19:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-05 20:24:51 +0100 |
commit | 92d43df81e282d20c129b105b2c7300a312091eb (patch) | |
tree | 2163a30e7ac2defdabc0214fc0aeba7f351669c9 /svx/source/dialog | |
parent | 3c36ba50f65d663f35264f2a11c99c0ff98674a2 (diff) |
convert src line width popup to .ui format
Change-Id: I39e8bfd89538c36c97afb3e4e86c3ba9156274e0
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/sdstring.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index ce7ed3c392e1..e4726d81c886 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -2362,4 +2362,14 @@ String RID_SVXSTR_RECOVERYONLY_FINISH Text[ en-US ] = "~Finish"; }; +String RID_SVXSTR_WIDTH_LAST_CUSTOM +{ + Text[ en-US ] = "Last Custom Value"; +}; + +String RID_SVXSTR_PT +{ + Text[ en-US ] = "pt"; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |