diff options
author | Zolnai Tamás <zolniatamas@caesar.elte.hu> | 2012-08-22 16:18:35 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-22 21:13:34 +0200 |
commit | 678581c48351572620846390b37a156833b1bb7e (patch) | |
tree | bda1692f0638767d7c38e6dea60175480e12062b /svx | |
parent | 88979ef6ffe7921200311513d6601f9c5d582a42 (diff) |
Some cleanup for better localization
First: localization tool can not recognize id because
of empty line between id and its definition
Second: same problem because of comment between type and id
Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src index a94454415e14..85b9d4316f17 100644 --- a/svx/source/tbxctrls/tbcontrl.src +++ b/svx/source/tbxctrls/tbcontrl.src @@ -58,8 +58,8 @@ String RID_SVXSTR_TRANSPARENT { Text [ en-US ] = "No Fill" ; }; -String RID_SVXSTR_FILLPATTERN +String RID_SVXSTR_FILLPATTERN { Text [ en-US ] = "Pattern" ; }; |