[gnome-settings-daemon] housekeeping: Fix capitalisation of notification name



commit f16cd2a7fa3e3dcc7bca85ff84ce8ee388d3267a
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Nov 1 17:18:51 2018 +0000

    housekeeping: Fix capitalisation of notification name
    
    Notifications traditionally use Title Case in their names.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 plugins/housekeeping/gsd-disk-space.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/housekeeping/gsd-disk-space.c b/plugins/housekeeping/gsd-disk-space.c
index 385f2d61..40f0a8b7 100644
--- a/plugins/housekeeping/gsd-disk-space.c
+++ b/plugins/housekeeping/gsd-disk-space.c
@@ -571,7 +571,7 @@ ldsm_notify (const char *summary,
                           G_CALLBACK (on_notification_closed),
                           NULL);
 
-        notify_notification_set_app_name (notification, _("Disk space"));
+        notify_notification_set_app_name (notification, _("Disk Space"));
         notify_notification_set_hint (notification, "transient", g_variant_new_boolean (TRUE));
         notify_notification_set_urgency (notification, NOTIFY_URGENCY_CRITICAL);
         notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]