Skip to content

Commit

Permalink
Do not use Czech
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Zajpt committed Mar 28, 2012
1 parent a9aa3f2 commit 821edcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/lib/chart_series_controller.coffee
Expand Up @@ -23,7 +23,7 @@ App.ChartSeriesController = Em.Object.extend
labels.push key: key, label: label
if @includeBlank
labels.push(isSeparator: true)
labels.push(key: '', label: "Zrušit")
labels.push(key: '', label: "Cancel")
labels
).property('data').cacheable()

Expand Down
6 changes: 3 additions & 3 deletions app/templates/main_page.handlebars
Expand Up @@ -3,16 +3,16 @@
<div class="btn-group" data-toggle="buttons-radio">
<button class="btn"
{{action "monthly" target="App.appController" on="click"}}>
Měsíční
Monthly
</button>
<button class="btn active"
{{action "daily" target="App.appController" on="click"}}>
Denní
Daily
</button>
</div>
</div>
</div>
<h2 class="page_title">Přehled <small>{{App.chartDataController.period}}</small></h2>
<h2 class="page_title">Overview <small>{{App.chartDataController.period}}</small></h2>

<div class="btn-toolbar">
<div class="btn-group">
Expand Down

0 comments on commit 821edcd

Please sign in to comment.