[gnome-builder] buildui: Fix button label capitalisation
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] buildui: Fix button label capitalisation
- Date: Fri, 20 Sep 2019 17:10:04 +0000 (UTC)
commit f7d7733917b6f9a4226701b7baf67b222992f15d
Author: Philip Withnall <withnall endlessm com>
Date: Thu Aug 22 12:19:38 2019 +0300
buildui: Fix button label capitalisation
According to the UI guidelines, button labels should be in Title Case.
Signed-off-by: Philip Withnall <withnall endlessm com>
src/plugins/buildui/gbp-buildui-config-view-addin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/buildui/gbp-buildui-config-view-addin.c
b/src/plugins/buildui/gbp-buildui-config-view-addin.c
index 0528bb9f7..65baae50c 100644
--- a/src/plugins/buildui/gbp-buildui-config-view-addin.c
+++ b/src/plugins/buildui/gbp-buildui-config-view-addin.c
@@ -402,7 +402,7 @@ gbp_buildui_config_view_addin_load (IdeConfigViewAddin *addin,
const gchar *tooltip;
const gchar *style_class;
} actions[] = {
- { N_("Make active"), "config-manager.current", N_("Select this configuration as the active
configuration.") },
+ { N_("Make Active"), "config-manager.current", N_("Select this configuration as the active
configuration.") },
{ N_("Duplicate"), "config-manager.duplicate", N_("Duplicating the configuration allows making changes
without modifying this configuration.") },
{ N_("Remove"), "config-manager.delete", N_("Removes the configuration and cannot be undone."),
"destructive-action" },
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]