Change strings to reflect text orientation not text directionlity
This commit is contained in:
parent
793274a6cf
commit
72e0dfc02e
1 changed files with 3 additions and 3 deletions
|
@ -737,7 +737,7 @@ TabPage TP_TABLE_TEXTFLOW
|
|||
{
|
||||
Pos = MAP_APPFONT ( 12 , 132 ) ;
|
||||
Size = MAP_APPFONT ( 70 , 10 ) ;
|
||||
Text [ en-US ] = "Text ~direction" ;
|
||||
Text [ en-US ] = "Text ~orientation" ;
|
||||
};
|
||||
ListBox LB_TEXTDIRECTION
|
||||
{
|
||||
|
@ -748,8 +748,8 @@ TabPage TP_TABLE_TEXTFLOW
|
|||
Border = TRUE;
|
||||
StringList [ en-US ] =
|
||||
{
|
||||
< "Left-to-right" ; 0; > ;
|
||||
< "Right-to-left (vertical)" ; 2; > ;
|
||||
< "horizontal" ; 0; > ;
|
||||
< "vertical" ; 2; > ;
|
||||
< "Use superordinate object settings" ; 4; > ;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue