[libadwaita/wip/exalm/inspector-label] inspector-page: Update title and make it translatable
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/inspector-label] inspector-page: Update title and make it translatable
- Date: Mon, 6 Dec 2021 17:13:30 +0000 (UTC)
commit 85bced12e43ed1c1b189862baee86181949272fb
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Dec 6 22:13:33 2021 +0500
inspector-page: Update title and make it translatable
Libadwaita -> Adwaita
src/inspector/adw-inspector-page.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/inspector/adw-inspector-page.c b/src/inspector/adw-inspector-page.c
index 90281270..e5f1ced1 100644
--- a/src/inspector/adw-inspector-page.c
+++ b/src/inspector/adw-inspector-page.c
@@ -94,7 +94,7 @@ adw_inspector_page_get_property (GObject *object,
switch (prop_id) {
case PROP_TITLE:
- g_value_set_string (value, "Libadwaita");
+ g_value_set_string (value, _("Adwaita"));
break;
case PROP_OBJECT:
g_value_set_object (value, self->object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]