Skip to content

Commit

Permalink
Rewrite tooltips.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedelwolff committed Dec 31, 2012
1 parent 0df1b61 commit 4551d92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pootle/apps/pootle_store/templates/unit/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@
<input type="hidden" name="path" value="{{ store|l }}" />
<input type="hidden" name="pootle_path" value="{{ store.pootle_path }}" />
{% if cansuggest and cantranslate %}
<div class="switch-suggest-mode tiny" lang="{{ LANGUAGE_CODE }}" title="{% trans 'Toggle suggest mode (Ctrl+Shift+Space)' %}">
<div class="suggest"><a href="#">&harr; {% trans "Submit" %}</a></div>
<div class="submit"><a href="#">&harr; {% trans "Suggest" %}</a></div>
<div class="switch-suggest-mode tiny" lang="{{ LANGUAGE_CODE }}">
<div class="suggest"><a href="#" title="{% trans 'Switch to translation mode (Ctrl+Shift+Space)' %}">&harr; {% trans "Submit" %}</a></div>
<div class="submit"><a href="#" title="{% trans 'Switch to suggestion mode (Ctrl+Shift+Space)' %}">&harr; {% trans "Suggest" %}</a></div>
</div>
{% endif %}
<div class="translate-fuzzy-block" lang="{{ LANGUAGE_CODE }}" title="{% trans 'Toggle fuzzy state (Ctrl+Space)' %}">
<div class="translate-fuzzy-block" lang="{{ LANGUAGE_CODE }}" title="{% trans 'Mark this string as needing further work (Ctrl+Space)' %}">
{{ form.state }} {{ form.state.label_tag }}
</div>
</div>
Expand Down

0 comments on commit 4551d92

Please sign in to comment.