[tracker/miner-web] Facebook miner : cosmetic changes to makes longs messages easier to read



commit e4108f36abb1ef6430e8d22c1a5441318ad71062
Author: Adrien Bustany <madcat mymadcat com>
Date:   Thu Nov 5 10:38:10 2009 -0300

    Facebook miner : cosmetic changes to makes longs messages easier to read

 src/tracker-miner-facebook/facebook.vala |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-miner-facebook/facebook.vala b/src/tracker-miner-facebook/facebook.vala
index 0b1b7e3..549bf41 100644
--- a/src/tracker-miner-facebook/facebook.vala
+++ b/src/tracker-miner-facebook/facebook.vala
@@ -125,7 +125,13 @@ public class FacebookMiner : Tracker.Miner, Tracker.MinerWeb {
 		string url = "http://www.facebook.com/login.php?api_key=%s&v=1.0&auth_token=%s".printf (API_KEY, auth_token);
 		ret.insert ("url", url);
 
-		ret.insert ("post_message", _("A last browser window will now open, which will allow you to grant Tracker permanent access to your Facebook account, as well as access to your stream (statuses of your friends etc.). You're not obliged to do so, but if you choose not to grant Tracker these permissions, you'll need to login again every 24 hours, and Tracker will only index your photo albums."));
+		ret.insert ("post_message",
+		          _("A last browser window will now open, which will allow you to grant"
+		          + "Tracker permanent access to your Facebook account, as well as access"
+		          + "to your stream (statuses of your friends etc.). You're not obliged"
+		          + "to do so, but if you choose not to grant Tracker these permissions,"
+		          + "you'll need to login again every 24 hours, and Tracker will only"
+		          + "index your photo albums."));
 		ret.insert ("post_url", "http://www.facebook.com/connect/prompt_permissions.php?api_key=%s&v=1.0&next=http://www.facebook.com/connect/login_success.html&display=popup&ext_perm=read_stream,offline_access".printf (API_KEY));
 		return ret;
 	}



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