[gnome-builder] create-project: add restrictions to label
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] create-project: add restrictions to label
- Date: Sun, 28 Nov 2021 18:48:27 +0000 (UTC)
commit 0f5a9ea36ab10d35427dd1920cffc10f7e7ee7b4
Author: Christian Hergert <chergert redhat com>
Date: Sun Nov 28 10:48:22 2021 -0800
create-project: add restrictions to label
This is a seperate commit so that we can backport the others without
breaking string freezes.
Related #1575
src/plugins/create-project/gbp-create-project-surface.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/create-project/gbp-create-project-surface.ui
b/src/plugins/create-project/gbp-create-project-surface.ui
index 7118f586a..ff5db5951 100644
--- a/src/plugins/create-project/gbp-create-project-surface.ui
+++ b/src/plugins/create-project/gbp-create-project-surface.ui
@@ -97,7 +97,7 @@
<property name="wrap">true</property>
<property name="visible">true</property>
<property name="max-width-chars">60</property>
- <property name="label" translatable="yes">The Application ID is a reverse
domain-name identifier used to uniquely identify your application such as “org.gnome.Builder”.</property>
+ <property name="label" translatable="yes">The Application ID is a reverse
domain-name identifier used to uniquely identify your application such as “org.gnome.Builder” and may not
contain dashes.</property>
<style>
<class name="dim-label"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]