diff options
| author | Alexandre Leray <[email protected]> | 2010-11-03 16:16:05 (GMT) |
|---|---|---|
| committer | Alexandre Leray <[email protected]> | 2010-11-03 16:16:05 (GMT) |
| commit | 45c58b31c2ed197a078708e42cca947183220ee3 (patch) | |
| tree | e0142be2083158e454ff0dcd83916f7ec2a0927f | |
| parent | f73bd897480663a29dca82c74a269626958a43a5 (diff) | |
wording for "merging" in view page
| -rwxr-xr-x | brainch/templates/brainch/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brainch/templates/brainch/view.html b/brainch/templates/brainch/view.html index 2ddfce9..f862900 100755 --- a/brainch/templates/brainch/view.html +++ b/brainch/templates/brainch/view.html @@ -18,7 +18,7 @@ <li><a href="#{#{% url brainch-pull-request repo.user repo.slug %}#}" style='text-decoration: line-through'>Propose your changes</a></li> {% else %} {% if true %} - <li><a href="{% url brainch-pull repo.user repo.slug %}">Synchronize this text with yours</a></li> + <li><a href="{% url brainch-pull repo.user repo.slug %}">Synchronize your text</a></li> {% else %} <li><a href="{% url brainch-clone repo.user repo.slug %}">Clone this text</a></li> {% endif %} |

