Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/4067

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/4067/1

Fix fdo#32720: limit buttons doesn't add the sum sign

Change-Id: I9086707f14335ea26bb94c36ee0f87e770c9418b
---
M starmath/source/commands.src
1 file changed, 3 insertions(+), 3 deletions(-)



diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index e6a002f..26ece56 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -149,9 +149,9 @@
 String RID_LLLINT_FROMX     { Text = "lllint from{<?>} <?> " ; };
 String RID_LLLINT_TOX       { Text = "lllint to{<?>} <?> " ; };
 String RID_LLLINT_FROMTOX   { Text = "lllint from{<?>} to{<?>} <?> " ; };
-String RID_FROMX            { Text = "from{<?>} <?> " ; };
-String RID_TOX              { Text = "to{<?>} <?> " ; };
-String RID_FROMXTOY         { Text = "from{<?>} to{<?>} <?> " ; };
+String RID_FROMX            { Text = "sum from{<?>} <?> " ; };
+String RID_TOX              { Text = "sum to{<?>} <?> " ; };
+String RID_FROMXTOY         { Text = "sum from{<?>} to{<?>} <?> " ; };
 String RID_ACUTEX           { Text = "acute <?> " ; };
 String RID_BARX             { Text = "bar <?> " ; };
 String RID_BREVEX           { Text = "breve <?> " ; };

-- 
To view, visit https://gerrit.libreoffice.org/4067
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9086707f14335ea26bb94c36ee0f87e770c9418b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza <marcos.souza....@gmail.com>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to