fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-21 10:22 am

[dw-free] Allow for customisation of the "Crossposts:" text.

[commit: http://hg.dwscoalition.org/dw-free/rev/615112ca55cf]

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

Add missing text options to Drifting.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/drifting/layout.s2
--------------------------------------------------------------------------------
diff -r 0bd0672b4b55 -r 615112ca55cf bin/upgrading/s2layers/drifting/layout.s2
--- a/bin/upgrading/s2layers/drifting/layout.s2	Mon Feb 21 18:19:07 2011 +0800
+++ b/bin/upgrading/s2layers/drifting/layout.s2	Mon Feb 21 18:21:51 2011 +0800
@@ -83,6 +83,24 @@ propgroup text
     property use text_read_comments;
     property use text_post_comment_friends;
     property use text_read_comments_friends;
+
+    property use text_skiplinks_back;
+    property use text_skiplinks_forward;
+    property use text_meta_music;
+    property use text_meta_mood;
+    property use text_meta_location;
+    property use text_meta_xpost;
+    property use text_tags;
+
+    property use text_entry_prev;
+    property use text_entry_next;
+    property use text_edit_entry;
+    property use text_edit_tags;
+    property use text_tell_friend;
+    property use text_mem_add;
+    property use text_watch_comments;
+    property use text_unwatch_comments;
+    property use text_permalink;
     property use text_stickyentry_subject;
 
     property string text_navigation_header
--------------------------------------------------------------------------------