[gnome-clocks] utils: Fix the traslation of weekdays string
- From: Evgeny Bobkin <ebobkin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] utils: Fix the traslation of weekdays string
- Date: Wed, 4 Sep 2013 10:53:25 +0000 (UTC)
commit 8f5c97017d97578e02de381eb9c2c5ccd6f4d7b4
Author: Evgeny Bobkin <evgen ibqn gmail com>
Date: Wed Sep 4 12:29:05 2013 +0200
utils: Fix the traslation of weekdays string
src/utils.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.vala b/src/utils.vala
index 6dbddd3..30d28cf 100644
--- a/src/utils.vala
+++ b/src/utils.vala
@@ -178,7 +178,7 @@ public class Weekdays {
public static string plural (Day d) {
assert (d >= 0 && d < 7);
- return plurals[d];
+ return _(plurals[d]);
}
public static string abbreviation (Day d) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]