[mutter/piotrdrag/update-potfiles-201122: 118/118] backends/x11: Stop translating a property ID




commit 2ea51b68e6f4a8c1f39589afcf1bc753b6b66dd6
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Nov 28 13:30:30 2020 +0100

    backends/x11: Stop translating a property ID
    
    These are not visible to users.
    
    https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1593

 src/backends/x11/meta-input-device-x11.c | 4 ++--
 1 file 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 0c4e023d1d..999237a54c 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 |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]