From 800b4a694bbb9ac1ab71a5e544c6947a9d56500d Mon Sep 17 00:00:00 2001 From: "Mattia M." Date: Wed, 16 Jan 2013 11:21:25 +0100 Subject: [PATCH] Small corrections. --- src/extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extension.js b/src/extension.js index 9dbdcd1..91a8f4a 100644 --- a/src/extension.js +++ b/src/extension.js @@ -4,7 +4,7 @@ * - Displays a small weather information on the top panel. * - On click, gives a popup with details about the weather. * - * Copyright (C) 2011 - 2012 + * Copyright (C) 2011 - 2013 * ecyrbe , * Timur Kristof , * Elad Alfassa , @@ -1438,7 +1438,7 @@ const WeatherMenuButton = new Lang.Class({ rb.add_actor(rb_captions); rb.add_actor(rb_values); - rb_captions.add_actor(new St.Label({text: _('Feel like:')})); + rb_captions.add_actor(new St.Label({text: _('Feels like:')})); rb_values.add_actor(this._currentWeatherTemperature); rb_captions.add_actor(new St.Label({text: _('Humidity:')})); rb_values.add_actor(this._currentWeatherHumidity);