summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/tree_store.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-06-18 17:43:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-06-18 17:43:46 +0100
commitc7916c8e480f08c03f7ce9f77cbba87f2c9d949b (patch)
treeba5007009a4f0dc5b85ea9fc7b950aced1f86296 /demos/gtk-demo/tree_store.c
parent0c023bb5bb25eeb545a86604f497b3f9eccb7dd6 (diff)
downloadgtk+-c7916c8e480f08c03f7ce9f77cbba87f2c9d949b.tar.gz
Use the appropriate name for Juneteenth
Juneteenth (a portmanteau of June and nineteenth)[2] (also known as Freedom Day,[3] Jubilee Day,[4] and Liberation Day,[5]) is an unofficial American holiday celebrated annually on the 19th of June in the United States. -- https://en.wikipedia.org/wiki/Juneteenth
Diffstat (limited to 'demos/gtk-demo/tree_store.c')
-rw-r--r--demos/gtk-demo/tree_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/tree_store.c b/demos/gtk-demo/tree_store.c
index d2d1f50304..477973aed5 100644
--- a/demos/gtk-demo/tree_store.c
+++ b/demos/gtk-demo/tree_store.c
@@ -84,7 +84,7 @@ static TreeItem may[] =
static TreeItem june[] =
{
{ "June Fathers' Day", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, NULL },
- { "Juneteenth (Liberation of Slaves)", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
+ { "Juneteenth (Liberation Day)", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
{ "Flag Day", FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, NULL },
{ NULL }
};