summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/schemes/about/profiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schemes/about/profiles.c b/src/schemes/about/profiles.c
index b699d44..1794869 100644
--- a/src/schemes/about/profiles.c
+++ b/src/schemes/about/profiles.c
@@ -301,6 +301,7 @@ generate_div(MqProfiles *profiles, gchar *id)
NULL),
mq_html_input_text(name_str, NULL, name, id == NULL),
mq_html_container("script", NULL, g_strdup(cp_script), NULL),
+ /* TRANSLATORS: "Launch" meaning execute or run. */
mq_html_submit(launch_str, _("Launch"), !id),
mq_html_submit(default_str, _("Make Default"),
!id || mq_profiles_is_default(profiles, id)),