← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 545: Fix a typo in the wui: Devine into Divine

 

------------------------------------------------------------
revno: 545
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Tue 2013-01-29 22:26:42 +0100
message:
  Fix a typo in the wui: Devine into Divine
modified:
  src/alfanous-django/templates/aya_results.html


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-django/templates/aya_results.html'
--- src/alfanous-django/templates/aya_results.html	2013-01-20 14:45:50 +0000
+++ src/alfanous-django/templates/aya_results.html	2013-01-29 21:26:42 +0000
@@ -193,7 +193,7 @@
 								<div class='sura_stat_details'>
 									<div class='details_label sura_stat1'> {{ _("words") }} | {{ ayaresult_content.sura.stat.words }} </div>
 									<div class='details_label sura_stat2'> {{ _("letters") }} | {{ ayaresult_content.sura.stat.letters }} </div>
-									<div class='details_label sura_stat3'> {{ _("devine names") }} | {{ ayaresult_content.sura.stat.godnames }} </div>
+									<div class='details_label sura_stat3'> {{ _("divine names") }} | {{ ayaresult_content.sura.stat.godnames }} </div>
 								</div>
 							{% endif %}
 						</div>
@@ -348,7 +348,7 @@
 										<a class='no_decoration' href='?{% build_search_link params  new_query 1 False %}'> 
 									{% endwith %}
 							  	{% endwith %} 
-								<div class='details_label aya_stat2 clickable'> {{ _("devine names") }} | {{ ayaresult_content.stat.godnames }} </div></a>
+								<div class='details_label aya_stat2 clickable'> {{ _("divine names") }} | {{ ayaresult_content.stat.godnames }} </div></a>
 							{% endif %}
 							{% if ayaresult_content.position %}
 								{% with ayaresult_content.position.manzil|stringformat:"s" as position_manzil %}
@@ -390,7 +390,6 @@
 			<!-- Pages control # bottom one -->
 			{% block pages_bottom %} {% endblock %}
 			
-			
 		{% else %}
 			<br />
 			<div class='notfound'><p> {{ _("Sorry! there is no results for this search query.") }} </p></div>