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
This commit is contained in:
parent
88979ef6ff
commit
678581c483
2 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ String RID_SVXSTR_TRANSPARENT
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "No Fill" ;
|
Text [ en-US ] = "No Fill" ;
|
||||||
};
|
};
|
||||||
String RID_SVXSTR_FILLPATTERN
|
|
||||||
|
|
||||||
|
String RID_SVXSTR_FILLPATTERN
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "Pattern" ;
|
Text [ en-US ] = "Pattern" ;
|
||||||
};
|
};
|
||||||
|
|
|
@ -79,7 +79,7 @@ FloatingWindow DLG_MAILMERGECHILD\
|
||||||
};
|
};
|
||||||
|
|
||||||
//FloatingWindow DLG_MM_SENDMAILS
|
//FloatingWindow DLG_MM_SENDMAILS
|
||||||
ModelessDialog /*ModalDialog*/ DLG_MM_SENDMAILS
|
ModelessDialog DLG_MM_SENDMAILS
|
||||||
{
|
{
|
||||||
OutputSize = TRUE ;
|
OutputSize = TRUE ;
|
||||||
SVLook = TRUE ;
|
SVLook = TRUE ;
|
||||||
|
|
Loading…
Reference in a new issue