[longomatch] fix typo



commit f49decbacc3393411edb37b4a76963a4926558b1
Author: Bernd Homuth <dev hmt im>
Date:   Fri Dec 19 00:27:51 2014 +0100

    fix typo

 LongoMatch/Main.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 653b9da..977bf49 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -77,7 +77,7 @@ namespace LongoMatch
                                        CoreServices.Start (Config.GUIToolkit, Config.MultimediaToolkit);
                                } catch (DBLockedException locked) {
                                        string msg = Catalog.GetString ("The database seems to be locked by 
another instance and " +
-                                               "the application will closed.");
+                                               "the application will be closed.");
                                        Config.GUIToolkit.ErrorMessage (msg);
                                        Log.Exception (locked);
                                        return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]