[gnome-software] hiding-box: unmark spacing strings for translation
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] hiding-box: unmark spacing strings for translation
- Date: Wed, 8 Jan 2020 13:14:05 +0000 (UTC)
commit 1a5aafdbd81f954a8efdf11c6cc972323c48d973
Author: ignapk <automat script gmail com>
Date: Wed Jan 8 00:16:48 2020 +0100
hiding-box: unmark spacing strings for translation
Two strings "Spacing" and "The amount of space between children" were
marked for translation but aren't visible anywhere in the
gnome-software UI.
To fix this unmark the strings from translation
https://gitlab.gnome.org/GNOME/gnome-software/issues/873
src/gs-hiding-box.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-hiding-box.c b/src/gs-hiding-box.c
index e2c4965b..2d8d2f4b 100644
--- a/src/gs-hiding-box.c
+++ b/src/gs-hiding-box.c
@@ -362,10 +362,8 @@ gs_hiding_box_class_init (GsHidingBoxClass *class)
g_object_class_install_property (object_class,
PROP_SPACING,
g_param_spec_int ("spacing",
- /* TRANSLATORS: Here are 2 strings the same as in gtk/gtkbox.c
- in GTK+ project. Please use the same translation. */
- _("Spacing"),
- _("The amount of space between children"),
+ "Spacing",
+ "The amount of space between children",
0, G_MAXINT, 0,
G_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]