[f-spot] F-Spot Flickr plugin's welcome message uses improper punctuation. Fixed bug 606631.



commit d15aa9e275bcc4f122ffe4fa8056aa561140f754
Author: Arun Persaud <arun nubati net>
Date:   Wed Oct 10 23:49:56 2012 -0700

    F-Spot Flickr plugin's welcome message uses improper punctuation. Fixed bug 606631.

 .../FSpot.Exporters.Flickr/FlickrExport.cs         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs b/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
index d7e410f..fa324ac 100644
--- a/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
+++ b/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
@@ -158,7 +158,7 @@ namespace FSpot.Exporters.Flickr
 				case State.Authorized:
 					do_export_flickr.Sensitive = true;
 					auth_flickr.Sensitive = true;
-					auth_label.Text = System.String.Format (Catalog.GetString ("Welcome {0} you are connected to {1}"),
+					auth_label.Text = System.String.Format (Catalog.GetString ("Welcome, {0}. You are connected to {1}."),
 										auth.User.Username,
 										current_service.Name);
 					auth_flickr.Label = String.Format (Catalog.GetString ("Sign in as a different user"), auth.User.Username);



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