summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-10-30 21:18:36 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-11-02 09:53:54 +0000
commit72e0dfc02e15ba82b4b4051d050f5aad046cfc2a (patch)
tree6edcab3cf641184bb830910da605c3c1df6574b6
parent793274a6cf555cb2af783a0ec6da14bbc6547a77 (diff)
Change strings to reflect text orientation not text directionlity
-rw-r--r--sw/source/ui/table/tabledlg.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/table/tabledlg.src b/sw/source/ui/table/tabledlg.src
index 1a0fc0ea55ee..1ea1046afae1 100644
--- a/sw/source/ui/table/tabledlg.src
+++ b/sw/source/ui/table/tabledlg.src
@@ -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; > ;
};
};