Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d2cdcfb8
Commit
d2cdcfb8
authored
Jul 19, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #81 from aputtu/patch-1
Suggest renaming of block + minor grammar change.
parents
83d5df2b
91fef785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
weblate/html/widgets.html
weblate/html/widgets.html
+2
-2
No files found.
weblate/html/widgets.html
View file @
d2cdcfb8
...
...
@@ -2,7 +2,7 @@
{% load i18n %}
{% load url from future %}
{% block breadc
um
s %}
{% block breadc
rumb
s %}
<li><a
href=
"{{ object.get_absolute_url }}"
>
{{ object }}
</a></li>
<li><a
href=
"{% url 'weblate.trans.api.widgets' project=object.slug %}"
>
{% trans "widgets" %}
</a></li>
{% endblock %}
...
...
@@ -16,7 +16,7 @@
</p>
<p>
{% blocktrans %}You can also point new comers
co introducing
page at
<a
href=
"{{ engage_url }}"
>
{{ engage_url }}
</a>
.{% endblocktrans %}
{% blocktrans %}You can also point new comers
to the introduction
page at
<a
href=
"{{ engage_url }}"
>
{{ engage_url }}
</a>
.{% endblocktrans %}
</p>
<h3>
{% trans "Image widgets" %}
</h3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment