[Libreoffice-commits] .: sw/source
Andras Timar
timar at kemper.freedesktop.org
Sun Jan 8 10:56:49 PST 2012
sw/source/ui/table/tabledlg.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 717e3912ed94a10c9405ac11c08eff6caba107ea
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