From ca9fd4c3ce0041a1f34c7b57a00dea4a64c2edd3 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 28 Sep 2019 12:22:03 +0200 Subject: [PATCH] help: Fix a typo (semi-colon instead of colon) Pointed out by Pete in https://mail.gnome.org/archives/evolution-list/2019-September/msg00128.html --- help/C/customize-ui-items.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/C/customize-ui-items.page b/help/C/customize-ui-items.page index af5ad3163e..76f75de605 100644 --- a/help/C/customize-ui-items.page +++ b/help/C/customize-ui-items.page @@ -6,7 +6,7 @@ - + Andre Klapper @@ -33,6 +33,6 @@ Modify the files in your personal configuration folder so the next Evolutio

The modified files will be used if the evolution-ui-version attribute of the root ui element matches the version of the default files provided by Evolution.

-

To change keyboard shortcuts, edit ~/.config/evolution/accels while Evolution is not running. Commented lines start with a comma character. Not all shortcuts can be changed though.

+

To change keyboard shortcuts, edit ~/.config/evolution/accels while Evolution is not running. Commented lines start with a ; character and will be ignored. Not all shortcuts can be changed though.