summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-25 00:52:08 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-25 00:52:08 (EST)
commit03f7081434fb5f85ddfee81ce153d84ba012258f (patch)
tree4b9e68088091707bfb92004eafd35bc2bb14362c
parent6961f9dbc8d29969ca6593c2f7c0d802d3942251 (diff)
downloadmarquee-03f7081434fb5f85ddfee81ce153d84ba012258f.zip
marquee-03f7081434fb5f85ddfee81ce153d84ba012258f.tar.gz
marquee-03f7081434fb5f85ddfee81ce153d84ba012258f.tar.bz2
about:profiles: Add translators comment
-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)),