overcome a transifex bug with translation of one string

This commit is contained in:
czaks 2014-10-18 13:59:17 +02:00
parent 24548e377c
commit 31097b89d1
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ var apply_css = function() {
var update_textarea = function() {
if (!localStorage.user_css) {
textarea.text("/* "+_("Enter here your own CSS rules...")+" */\n" +
"/* "+_("If you want to make a redistributable style, be sure to\n have a Yotsuba B theme selected.")+" */\n" +
"/* "+_("If you want to make a redistributable style, be sure to\nhave a Yotsuba B theme selected.")+" */\n" +
"/* "+_("You can include CSS files from remote servers, for example:")+" */\n" +
'@import "http://example.com/style.css";');
}