Author: akv
Date: 2009-12-26 23:35:03 +0100 (Sat, 26 Dec 2009)
New Revision: 2855

Modified:
   trunk/plugins/output-facebook/output-facebook.c
Log:
Fixed copy/paste error.

Modified: trunk/plugins/output-facebook/output-facebook.c
===================================================================
--- trunk/plugins/output-facebook/output-facebook.c     2009-12-26 22:02:24 UTC 
(rev 2854)
+++ trunk/plugins/output-facebook/output-facebook.c     2009-12-26 22:35:03 UTC 
(rev 2855)
@@ -293,7 +293,7 @@
                        return FALSE;
 
                gchar *url =  facebook_get_auth_url(FACEBOOK_LOGIN);
-               if (!auth_popup(_("Rawstudio needs to be authenticated before 
it will be able to upload photos to your Flickr account."), url))
+               if (!auth_popup(_("Rawstudio needs to be authenticated before 
it will be able to upload photos to your Facebook account."), url))
                        return FALSE;
 
                gchar *session = facebook_get_session();


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to