diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-05 18:08:07 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-05 18:10:45 +0100 |
commit | b4da3c26521b5b20a792c1913ee26ff846d166f0 (patch) | |
tree | 1baec39baab802d4e86ed037a8abe06539b3f59b /starmath | |
parent | 2140ea5569588155702580eefef2c168d5c701d8 (diff) |
typo: Align Right -> Align Left
Change-Id: I8a347394bff7767a8d2b1b548ea9d9b8848bb1ae
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/commands.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src index cf525746b453..b66b97e67628 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 <?> " ; }; |