summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2020-11-28 13:30:30 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2020-11-28 13:36:40 +0100
commit407e8c0f378ac0540abedec0ca757bdb8c2585bd (patch)
tree62df65ad29b67fb7628b082dc8560c2b22c8acc9
parent488d9c057000c97e1109d62dabea8e8051923a4e (diff)
downloadmutter-407e8c0f378ac0540abedec0ca757bdb8c2585bd.tar.gz
backends/x11: Stop translating a property ID
These are not visible to users. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1593>
-rw-r--r--src/backends/x11/meta-input-device-x11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backends/x11/meta-input-device-x11.c b/src/backends/x11/meta-input-device-x11.c
index 0c4e023d1..999237a54 100644
--- a/src/backends/x11/meta-input-device-x11.c
+++ b/src/backends/x11/meta-input-device-x11.c
@@ -288,8 +288,8 @@ meta_input_device_x11_class_init (MetaInputDeviceX11Class *klass)
props[PROP_ID] =
g_param_spec_int ("id",
- P_("Id"),
- P_("Unique identifier of the device"),
+ "Id",
+ "Unique identifier of the device",
-1, G_MAXINT,
0,
CLUTTER_PARAM_READWRITE |