mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-21 04:42 am

[dw-free] change text for "Custom Friends Groups" in S2

[commit: http://hg.dwscoalition.org/dw-free/rev/8a816bca2c56]

http://bugs.dwscoalition.org/show_bug.cgi?id=1812

Change 'Friend' to 'Access' in core S2 layers.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/core1.s2
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 7de88ccf0f5f -r 8a816bca2c56 bin/upgrading/s2layers/core1.s2
--- a/bin/upgrading/s2layers/core1.s2	Mon Sep 21 03:11:54 2009 +0000
+++ b/bin/upgrading/s2layers/core1.s2	Mon Sep 21 04:42:11 2009 +0000
@@ -1101,9 +1101,9 @@ set text_meta_location = "Current Locati
 set text_meta_location = "Current Location";
 
 property string text_meta_groups {
-    des = "Text for 'Custom Friends Groups'";
+    des = "Text for 'Custom Access Groups'";
 }
-set text_meta_groups = "Custom Friends Groups";
+set text_meta_groups = "Custom Access Groups";
 
 property string text_copyr_agree {
     des = "Text for copyright post agree"; }
diff -r 7de88ccf0f5f -r 8a816bca2c56 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Mon Sep 21 03:11:54 2009 +0000
+++ b/bin/upgrading/s2layers/core2.s2	Mon Sep 21 04:42:11 2009 +0000
@@ -1969,9 +1969,9 @@ set text_meta_location = "Current Locati
 set text_meta_location = "Current Location";
 
 property string text_meta_groups {
-    des = "Text for 'Custom Friends Groups'";
-}
-set text_meta_groups = "Custom Friends Groups";
+    des = "Text for 'Custom Access Groups'";
+}
+set text_meta_groups = "Custom Access Groups";
 
 property string text_tags {
     des = "Text for 'Tags' header for an entry";
--------------------------------------------------------------------------------