[gnome-control-center/gbsneto/screenshot-permission: 3/3] applications: Add missing end period to Storage row




commit ff4c832c73d7b2f23cb4dbd1972059c7cfe84633
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Aug 6 09:38:24 2022 -0300

    applications: Add missing end period to Storage row

 panels/applications/cc-applications-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/applications/cc-applications-panel.c b/panels/applications/cc-applications-panel.c
index af0ea3788..9d2d52147 100644
--- a/panels/applications/cc-applications-panel.c
+++ b/panels/applications/cc-applications-panel.c
@@ -1248,7 +1248,7 @@ update_total_size (CcApplicationsPanel *self)
   g_object_set (self->total, "info", formatted_size, NULL);
 
   /* Translators: '%s' is the formatted size, e.g. "26.2 MB" */
-  subtitle = g_strdup_printf (_("%s of disk space used"), formatted_size);
+  subtitle = g_strdup_printf (_("%s of disk space used."), formatted_size);
   g_object_set (self->storage, "subtitle", subtitle, NULL);
 }
 


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