[Libreoffice-commits] core.git: starmath/source

Andras Timar andras.timar at collabora.com
Thu Dec 5 08:58:51 PST 2013


 starmath/source/commands.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bcbcdbbea1f9ade878f427371a251acf84aaf369
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Dec 5 18:08:07 2013 +0100

    typo: Align Right -> Align Left
    
    Change-Id: I8a347394bff7767a8d2b1b548ea9d9b8848bb1ae

diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index cf52574..b66b97e 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -389,7 +389,7 @@ String RID_STACK_HELP       { Text = "Vertical Stack" ; };
 String RID_MATRIX           { Text = "matrix{<?> # <?> ## <?> # <?>} " ; };
 String RID_MATRIX_HELP      { Text = "Matrix Stack" ; };
 String RID_ALIGNLX          { Text = "alignl <?> " ; };
-String RID_ALIGNLX_HELP     { Text = "Align Right" ; };
+String RID_ALIGNLX_HELP     { Text = "Align Left" ; };
 String RID_ALIGNCX          { Text = "alignc <?> " ; };
 String RID_ALIGNCX_HELP     { Text = "Align Center" ; };
 String RID_ALIGNRX          { Text = "alignr <?> " ; };


More information about the Libreoffice-commits mailing list