[f-spot] Indicate that you can start importing during scan.



commit 6c2d0fa89300ba16e49ec6a50a501e2f2a4d7734
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sat Jun 5 21:21:30 2010 +0200

    Indicate that you can start importing during scan.

 src/UI.Dialog/ImportDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/UI.Dialog/ImportDialog.cs b/src/UI.Dialog/ImportDialog.cs
index b5179fa..bf58cb1 100644
--- a/src/UI.Dialog/ImportDialog.cs
+++ b/src/UI.Dialog/ImportDialog.cs
@@ -292,7 +292,7 @@ namespace FSpot.UI.Dialog
         void ShowScanSpinner ()
         {
             // TODO: Using a GtkSpinner would be nicer here.
-            progress_bar.Text = Catalog.GetString ("Searching for photos...");
+            progress_bar.Text = Catalog.GetString ("Searching for photos... (You can already click Import to continue)");
             progress_bar.Show ();
             pulse_timeout_running = true;
             GLib.Timeout.Add (40, () => {



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