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



commit 9dcb181885944fdb8d49fdb30b1479710444b059
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]