pardon my english again :-) From reopened #662. Thanks pmwilson

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@737 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-03-12 22:34:48 +00:00
parent 0ac3c6649d
commit b9de049846
3 changed files with 4 additions and 4 deletions

View file

@ -293,7 +293,7 @@ class StatsController < ApplicationController
end
def context_running_actions_data
# get incompleted action count per visible context
# get incomplete action count per visible context
#
# Went from GROUP BY c.id to c.name for compatibility with postgresql. Since
# the name is forced to be unique, this should work.
@ -632,7 +632,7 @@ class StatsController < ApplicationController
"LIMIT 5"
)
# get incompleted action count per visible context for TOP 5
# get incomplete action count per visible context for TOP 5
#
# Went from GROUP BY c.id to c.id, c.name for compatibility with postgresql.
# Since the name is forced to be unique, this should work.

View file

@ -1,4 +1,4 @@
&title=Current running time of all incompleted actions,{font-size:16},&
&title=Current running time of all incomplete actions,{font-size:16},&
&y_legend=Actions,10,0x736AFF&
&y2_legend=Percentage,10,0xFF0000&
&x_legend=Running time of an action (weeks). Click on a bar for more info,11,0x736AFF&

View file

@ -1,4 +1,4 @@
&title=Current running time of incompleted visible actions,{font-size:16},&
&title=Current running time of incomplete visible actions,{font-size:16},&
&y_legend=Actions,10,0x736AFF&
&y2_legend=Percentage,10,0xFF0000&
&x_legend=Running time of an action (weeks). Click on a bar for more info,11,0x736AFF&