afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-16 06:32 pm

[dw-free] More core defriending.

[commit: http://hg.dwscoalition.org/dw-free/rev/031bfb0c29b1]

More core defriending.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/core1.s2
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r e818348e68a5 -r 031bfb0c29b1 bin/upgrading/s2layers/core1.s2
--- a/bin/upgrading/s2layers/core1.s2	Sun May 17 02:04:13 2009 +0800
+++ b/bin/upgrading/s2layers/core1.s2	Sun May 17 02:32:02 2009 +0800
@@ -1132,11 +1132,11 @@ set text_read_comments = "1 comment // #
 set text_read_comments = "1 comment // # comments";
 
 property string text_post_comment_friends {
-    des = "Link text to leave a comment on friends view entry";
+    des = "Link text to leave a comment from your reading page";
     example = "Leave a comment";
 }
 property string text_read_comments_friends {
-    des = "Link text to read comments on a friends view entry";
+    des = "Link text to read comments from your reading page";
     format = "plurals";
     example = "1 comment // # comments";
 }
diff -r e818348e68a5 -r 031bfb0c29b1 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Sun May 17 02:04:13 2009 +0800
+++ b/bin/upgrading/s2layers/core2.s2	Sun May 17 02:32:02 2009 +0800
@@ -1888,11 +1888,11 @@ set text_read_comments = "1 comment // #
 set text_read_comments = "1 comment // # comments";
 
 property string text_post_comment_friends {
-    des = "Link text to leave a comment on friends view entry";
+    des = "Link text to leave a comment from your reading page";
     example = "Leave a comment";
 }
 property string text_read_comments_friends {
-    des = "Link text to read comments on a friends view entry";
+    des = "Link text to read comments from your reading page";
     format = "plurals";
     example = "1 comment // # comments";
 }
--------------------------------------------------------------------------------