summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@gmail.com>2022-02-12 22:41:45 +0000
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-02-12 23:27:05 +0000
commitfafd093fbdd09f8e46fb0371c64852c90189e3e2 (patch)
tree56aa1058cf6a89fb946ca582c06f3814645caecc
parentba3410f380db932b5487e4c867e96387f4c4b53d (diff)
downloadgnome-control-center-fafd093fbdd09f8e46fb0371c64852c90189e3e2.tar.gz
usage: fix typo
-rw-r--r--panels/usage/cc-usage-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/usage/cc-usage-panel.c b/panels/usage/cc-usage-panel.c
index c4b8267fb..29230aa2f 100644
--- a/panels/usage/cc-usage-panel.c
+++ b/panels/usage/cc-usage-panel.c
@@ -247,7 +247,7 @@ retain_history_name_cb (AdwEnumListItem *item,
return g_strdup (C_("retain_history", "1 day"));
case CC_USAGE_PANEL_RETAIN_HISTORY_7_DAYS:
/* Translators: Option for "File History Duration" in "File History" group */
- return g_strdup (C_("retain_history", "7 day"));
+ return g_strdup (C_("retain_history", "7 days"));
case CC_USAGE_PANEL_RETAIN_HISTORY_30_DAYS:
/* Translators: Option for "File History Duration" in "File History" group */
return g_strdup (C_("retain_history", "30 days"));