summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-05-02 09:28:07 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2023-05-02 09:28:07 +0000
commitc86fde7e02bb942af2165fb7e7a1947469ed45bc (patch)
tree2f09e6025f5a0d18033390c1673bc94b706964a4
parentc0d80b956b158c8e0036a2bd2c510d6dfd7e3a56 (diff)
parentb38ddf508731992b4a0ccaf1d7aab67b60a55573 (diff)
downloadglib-c86fde7e02bb942af2165fb7e7a1947469ed45bc.tar.gz
Merge branch 'registry-translation' into 'main'
gregistrysettingsbackend: Remove translatable pspec nick/blurb See merge request GNOME/glib!3407
-rw-r--r--gio/gregistrysettingsbackend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/gregistrysettingsbackend.c b/gio/gregistrysettingsbackend.c
index 772fae037..88ae913ce 100644
--- a/gio/gregistrysettingsbackend.c
+++ b/gio/gregistrysettingsbackend.c
@@ -2319,8 +2319,7 @@ g_registry_settings_backend_class_init (GRegistrySettingsBackendClass *class)
g_object_class_install_property (object_class,
PROP_REGISTRY_KEY,
g_param_spec_string ("registry-key",
- P_("Root registry key"),
- P_("The path to the registry key where settings are stored"),
+ NULL, NULL,
"HKEY_CURRENT_USER\\Software\\GSettings",
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));