summaryrefslogtreecommitdiff
path: root/libyelp/yelp-sqlite-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'libyelp/yelp-sqlite-storage.c')
-rw-r--r--libyelp/yelp-sqlite-storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libyelp/yelp-sqlite-storage.c b/libyelp/yelp-sqlite-storage.c
index eeeb4045..c872f729 100644
--- a/libyelp/yelp-sqlite-storage.c
+++ b/libyelp/yelp-sqlite-storage.c
@@ -142,8 +142,8 @@ yelp_sqlite_storage_class_init (YelpSqliteStorageClass *klass)
g_object_class_install_property (object_class,
PROP_FILENAME,
g_param_spec_string ("filename",
- N_("Database filename"),
- N_("The filename of the sqlite database"),
+ "Database filename",
+ "The filename of the sqlite database",
NULL,
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));