mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Mark property strings for translation
Both the nick and the blurb fields should be translatable, for UI builders and other introspection-based tools.
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
#include "clutter-color.h"
|
||||
#include "clutter-fixed.h"
|
||||
#include "clutter-interval.h"
|
||||
#include "clutter-private.h"
|
||||
#include "clutter-units.h"
|
||||
|
||||
typedef struct
|
||||
@ -404,8 +405,8 @@ clutter_interval_class_init (ClutterIntervalClass *klass)
|
||||
* Since: 1.0
|
||||
*/
|
||||
pspec = g_param_spec_gtype ("value-type",
|
||||
"Value Type",
|
||||
"The type of the values in the interval",
|
||||
P_("Value Type"),
|
||||
P_("The type of the values in the interval"),
|
||||
G_TYPE_NONE,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
|
||||
g_object_class_install_property (gobject_class, PROP_VALUE_TYPE, pspec);
|
||||
|
Reference in New Issue
Block a user