[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:21:32 +0000 (UTC)
commit 731c80e32adc1656d56567f38a92750684b47a97
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 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/inspector/adw-inspector-page.c b/src/inspector/adw-inspector-page.c
index 90281270..cf2491da 100644
--- a/src/inspector/adw-inspector-page.c
+++ b/src/inspector/adw-inspector-page.c
@@ -94,7 +94,8 @@ adw_inspector_page_get_property (GObject *object,
switch (prop_id) {
case PROP_TITLE:
- g_value_set_string (value, "Libadwaita");
+ /* Translators: The name of the library, not the stylesheet */
+ 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]