[gnome-control-center/gbsneto/screenshot-permission: 9/9] applications: Add missing end period to Storage row
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/screenshot-permission: 9/9] applications: Add missing end period to Storage row
- Date: Mon, 8 Aug 2022 19:32:21 +0000 (UTC)
commit 78434394b292557db06c4f1ee170df296c8d2997
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]