[Libreoffice-commits] core.git: embeddedobj/test
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 23 18:34:22 UTC 2019
embeddedobj/test/Container1/EmbedContApp.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8b4815317e90a46f2762675e2b3c7ead2a74ac15
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 22 20:20:21 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 23 20:33:12 2019 +0200
Fix typo
Change-Id: Ia5d0623c51c259fdbc3cfbc1d4d2432439282bae
Reviewed-on: https://gerrit.libreoffice.org/72856
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index 9743a4f4cadc..14f5fa83e1d5 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -1046,7 +1046,7 @@ public class EmbedContApp extends Applet
if ( m_xStorage == null )
{
JOptionPane.showMessageDialog( m_aFrame,
- "No storage for oned file!",
+ "No storage for owned file!",
"Error:",
JOptionPane.ERROR_MESSAGE );
More information about the Libreoffice-commits
mailing list