[gnome-weather] Remove trailing space
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Remove trailing space
- Date: Tue, 22 Dec 2020 20:24:57 +0000 (UTC)
commit 680fc323eb8cf1e671140be2970315c473551846
Author: scootergrisen <scootergrisen gmail com>
Date: Thu Dec 17 17:50:31 2020 +0000
Remove trailing space
src/app/dailyForecast.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app/dailyForecast.js b/src/app/dailyForecast.js
index a6dc0b4..72cdb1c 100644
--- a/src/app/dailyForecast.js
+++ b/src/app/dailyForecast.js
@@ -177,7 +177,7 @@ var DailyForecastFrame = GObject.registerClass(class DailyForecastFrame extends
dayEntry.nameLabel.label = day.format(nameFormat);
/* Translators: this is the time format for day and month name according to the current locale */
- let dateFormat = _('%b %e ');
+ let dateFormat = _('%b %e');
dayEntry.dateLabel.label = day.format(dateFormat);
dayEntry.image.iconName = dayInfo.get_icon_name() + '-small';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]