diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-29 13:28:28 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-29 13:28:28 +0100 |
commit | 3a56e70e888ce9420c72add656726dc623a45894 (patch) | |
tree | ba1cd2108d58f0e7196917227f3e914ae0ae1df7 /ratatoeskr/translations/en.php | |
parent | c91f5d5d77b55b1579b6020ad2dea3a8801eb106 (diff) | |
download | ratatoeskr-cms-3a56e70e888ce9420c72add656726dc623a45894.tar.gz ratatoeskr-cms-3a56e70e888ce9420c72add656726dc623a45894.tar.bz2 ratatoeskr-cms-3a56e70e888ce9420c72add656726dc623a45894.zip |
You can now use %root% in CSS styles too.
Diffstat (limited to 'ratatoeskr/translations/en.php')
-rw-r--r-- | ratatoeskr/translations/en.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index 94a817a..ca015d3 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -259,10 +259,11 @@ $translation = array( "setup_link_backend" => "The backend of your Webpage", "admin_data_must_be_filled_out" => "Administrator data must be filled out", /* Very long texts here */ - "content_write_cheatsheet" => <<<CHEATSHEET + "linking_back_hint" => <<<LINKINGBACK <h2>Linking back</h2> <p>The text <code>%root%</code> will be replaced with a path, that points to the root of your Ratatöskr page.</p> - +LINKINGBACK + ,"content_write_cheatsheet" => <<<CHEATSHEET <h2>Markdown Cheat Sheet</h2> <h3>Emphasis / Strong</h3> |