[longomatch] Fix dialog message
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix dialog message
- Date: Sun, 21 Apr 2013 19:16:49 +0000 (UTC)
commit 7d2c31b7f56d7a14e1ce8093f6265d4c434801b9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Apr 21 11:34:32 2013 +0200
Fix dialog message
LongoMatch.Services/Services/ProjectsManager.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Services/Services/ProjectsManager.cs b/LongoMatch.Services/Services/ProjectsManager.cs
index c20b811..e9a98fb 100644
--- a/LongoMatch.Services/Services/ProjectsManager.cs
+++ b/LongoMatch.Services/Services/ProjectsManager.cs
@@ -372,8 +372,8 @@ namespace LongoMatch.Services
project.Description.File = null;
guiToolkit.InfoMessage(
- Catalog.GetString("You are opening a live project without any video
file associated yet.") +
- "\n" + Catalog.GetString("Select a video file in the step."));
+ Catalog.GetString("You are opening a live project without any video
file associated yet.") +
+ "\n" + Catalog.GetString("Select a video file in the next step."));
project = guiToolkit.EditFakeProject(Core.DB, project, Core.TemplatesService);
if (project == null)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]