[recipes] Unify to similar strings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Unify to similar strings
- Date: Mon, 27 Feb 2017 16:38:25 +0000 (UTC)
commit 771c2a17e31cd3c368b34a601305fd20bbaac04b
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 27 11:26:26 2017 -0500
Unify to similar strings
Noticed while updating the German translation.
src/gr-cooking-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-cooking-view.c b/src/gr-cooking-view.c
index 8c11ba5..9397076 100644
--- a/src/gr-cooking-view.c
+++ b/src/gr-cooking-view.c
@@ -404,7 +404,7 @@ show_system_notification (GrTimer *timer,
notification = g_notification_new (_("Timer is up!"));
- body = g_strdup_printf (_("The timer for ā%sā has expired."), gr_timer_get_name (timer));
+ body = g_strdup_printf (_("Timer for ā%sā has expired."), gr_timer_get_name (timer));
g_notification_set_body (notification, body);
g_notification_set_default_action_and_target (notification, "app.timer-expired",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]