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:08:19 +0100 |
commit | bcbcdbbea1f9ade878f427371a251acf84aaf369 (patch) | |
tree | 73d426fc17e31e919a111dc3979657c63f4bd6a0 /starmath | |
parent | e5d35be267c4f4c7dd745fc8864df805e6675126 (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 <?> " ; }; |