[chronojump] Improves user messages of the chronojump-importer.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Improves user messages of the chronojump-importer.
- Date: Wed, 9 Nov 2016 18:07:23 +0000 (UTC)
commit 3d4ef2396a567a420fb4e7d1e24a56a359db2821
Author: Carles Pina i Estany <carles pina cat>
Date: Wed Nov 9 19:06:29 2016 +0100
Improves user messages of the chronojump-importer.
src/chronojumpImporter.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/chronojumpImporter.cs b/src/chronojumpImporter.cs
index 96ece64..217a565 100644
--- a/src/chronojumpImporter.cs
+++ b/src/chronojumpImporter.cs
@@ -90,7 +90,7 @@ class ChronojumpImporter
} else {
message = String.Format (Catalog.GetString ("The current session will be modified.
The data from:") + "\n" +
sessionInformation + "\n" +
- Catalog.GetString ("Will be imported in the current sesssion") + "\n\n" +
+ Catalog.GetString ("Will be imported in the current session") + "\n\n" +
Catalog.GetString ("(if you would like to import it as a new session then
press Cancel, exit Chronojump and import before Loading a session)"));
}
@@ -112,7 +112,7 @@ class ChronojumpImporter
} else {
message = Catalog.GetString ("Data merged into the open session.");
}
- new DialogMessage (Constants.MessageTypes.INFO, message);
+ new DialogMessage (Catalog.GetString("Chronojump importer"), Constants.MessageTypes.INFO,
message);
}
private bool importsToNew()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]