[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

Andras Timar timar at kemper.freedesktop.org
Sun Jan 8 10:59:08 PST 2012


 sw/source/ui/table/tabledlg.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ee61862a385466be28eede2def90674df891fd6e
Author: Andras Timar <atimar at suse.com>
Date:   Sun Jan 8 19:55:22 2012 +0100

    UI elements begin with upper case

diff --git a/sw/source/ui/table/tabledlg.src b/sw/source/ui/table/tabledlg.src
index dbaa2a0..ded80e1 100644
--- a/sw/source/ui/table/tabledlg.src
+++ b/sw/source/ui/table/tabledlg.src
@@ -748,8 +748,8 @@ TabPage TP_TABLE_TEXTFLOW
         Border = TRUE;
         StringList [ en-US ] =
         {
-             < "horizontal" ; 0; > ;
-             < "vertical" ; 2; > ;
+             < "Horizontal" ; 0; > ;
+             < "Vertical" ; 2; > ;
              < "Use superordinate object settings" ; 4; > ;
         };
     };


More information about the Libreoffice-commits mailing list