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-27 06:26 pm

[dw-free] /manage/tags.bml is not linked from /manage

[commit: http://hg.dwscoalition.org/dw-free/rev/86f0b623dd72]

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

Fix translation string reference

Patch by [personal profile] kareila.

Files modified:
  • htdocs/manage/index.bml
  • htdocs/manage/index.bml.text
--------------------------------------------------------------------------------
diff -r cc26fd1d0d27 -r 86f0b623dd72 htdocs/manage/index.bml
--- a/htdocs/manage/index.bml	Tue May 26 18:24:27 2009 +0000
+++ b/htdocs/manage/index.bml	Wed May 27 18:25:24 2009 +0000
@@ -178,6 +178,8 @@ _code?>
 <=list
 block?>
 
+</td><td>
+
 <?block
 header=><?_ml .entries.header _ml?>
 about=><?_ml .entries        _ml?>
@@ -190,19 +192,17 @@ _code?>
 _code?>
 
 <li><a href="/tools/memories.bml<?authas?>" title="<?_ml .entries.memories.about _ml?>"><?_ml /tools/memories.bml.title.memorable _ml?></a></li>
+
 <?_code
     my $u = $BMLCodeBlock::u;
     return '' if $u->{'journaltype'} eq 'I';
-
-    my $authas = ref $u ? "?authas=$u->{user}" : "";
     return '' unless LJ::is_enabled('tags');
-    return "<li><a href='/manage/tags.bml$authas' title='<?_ml .entries.tags.about _ml?>'><?_ml .entries.tags.header _ml?></a></li>";
+    my $authas = $BMLCodeBlock::authas;
+    return qq(<li><a href="/manage/tags.bml$authas" title="<?_ml .entries.tags.about _ml?>"><?_ml /manage/tags.bml.title2 _ml?></a></li>);
 
 _code?>
 <=list
 block?>
-
-</td><td>
 
 <?_code 
 {
diff -r cc26fd1d0d27 -r 86f0b623dd72 htdocs/manage/index.bml.text
--- a/htdocs/manage/index.bml.text	Tue May 26 18:24:27 2009 +0000
+++ b/htdocs/manage/index.bml.text	Wed May 27 18:25:24 2009 +0000
@@ -54,6 +54,8 @@
 .entries.header=Journal Entries
 
 .entries.memories.about=View and work with your memorable posts
+
+.entries.tags.about=View and work with your journal's tags
 
 .friends=Manage your friends and friend groups, or filter your friends page according to your saved friend groups:
 
--------------------------------------------------------------------------------