Просмотр исходного кода

Exposed extra strings to translations.

Ralfp 12 лет назад
Родитель
Сommit
82c27b23bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      templates/cranefly/layout.html

+ 1 - 1
templates/cranefly/layout.html

@@ -42,7 +42,7 @@
                   </div>
                   <div class="control">
                     <label>{% trans %}Author name{% endtrans %}:</label>
-                    <input type="text" name="search_author" placeholder="User name..."{% if search_author is defined and search_author %} value="{{ search_author }}"{% endif %}>
+                    <input type="text" name="search_author" placeholder="{% trans %}User name...{% endtrans %}"{% if search_author is defined and search_author %} value="{{ search_author }}"{% endif %}>
                   </div>
                   <div class="control">
                     <label class="checkbox">