[gnome-clocks] alarm: Fix title string in UI file While the alarm-setup-dialog Vala file sets the alarm title in th
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] alarm: Fix title string in UI file While the alarm-setup-dialog Vala file sets the alarm title in th
- Date: Sat, 29 Aug 2020 13:46:33 +0000 (UTC)
commit 0070bafea7333c7bdd2e96dfe9242014ac976336
Author: Julian Richen <julian richen io>
Date: Sun Aug 16 20:52:58 2020 -0400
alarm: Fix title string in UI file
While the alarm-setup-dialog Vala file sets the alarm title in the
object creation the UI file has "Add a New World Clock" instead of
"New Alarm". This isn't a user visible change but more so a clean-up.
data/ui/alarm-setup-dialog.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/alarm-setup-dialog.ui b/data/ui/alarm-setup-dialog.ui
index 0e353cc..f332c4a 100644
--- a/data/ui/alarm-setup-dialog.ui
+++ b/data/ui/alarm-setup-dialog.ui
@@ -21,7 +21,7 @@
<property name="height-request">350</property>
<property name="type_hint">dialog</property>
<property name="gravity">center</property>
- <property name="title" translatable="yes">Add a New World Clock</property>
+ <property name="title" translatable="yes">New Alarm</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]