From 821edcdc06b2951683a3406f3635c10473363198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Zajpt?= Date: Wed, 28 Mar 2012 18:35:50 +0200 Subject: [PATCH] Do not use Czech --- app/lib/chart_series_controller.coffee | 2 +- app/templates/main_page.handlebars | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/lib/chart_series_controller.coffee b/app/lib/chart_series_controller.coffee index eee2bfe..0bb4290 100644 --- a/app/lib/chart_series_controller.coffee +++ b/app/lib/chart_series_controller.coffee @@ -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() diff --git a/app/templates/main_page.handlebars b/app/templates/main_page.handlebars index 158bc5d..e7c5261 100644 --- a/app/templates/main_page.handlebars +++ b/app/templates/main_page.handlebars @@ -3,16 +3,16 @@
-

Přehled {{App.chartDataController.period}}

+

Overview {{App.chartDataController.period}}