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:20 am

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

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/27c1188b432e]

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

Add the ability to customize the "Crossposts" label via the wizard.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/sundaymorning/layout.s2
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r f140cebecdcf -r 27c1188b432e bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2	Wed Feb 16 20:15:33 2011 +0800
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2	Mon Feb 21 18:19:55 2011 +0800
@@ -98,6 +98,7 @@ propgroup text {
     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;
diff -r f140cebecdcf -r 27c1188b432e bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Wed Feb 16 20:15:33 2011 +0800
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Feb 21 18:19:55 2011 +0800
@@ -101,6 +101,7 @@ propgroup text {
     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;
--------------------------------------------------------------------------------