summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-25 00:48:44 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-25 00:48:44 (EST)
commit6961f9dbc8d29969ca6593c2f7c0d802d3942251 (patch)
treebd148342f6f8e2713ca7d780372cb48be1384050
parentefcc2641adb19e8b726a254cdd5b707a1e0446e9 (diff)
downloadmarquee-6961f9dbc8d29969ca6593c2f7c0d802d3942251.zip
marquee-6961f9dbc8d29969ca6593c2f7c0d802d3942251.tar.gz
marquee-6961f9dbc8d29969ca6593c2f7c0d802d3942251.tar.bz2
MqProfiles: Add translators comment
-rw-r--r--src/config/profiles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/profiles.c b/src/config/profiles.c
index 2746ea8..5aebf6a 100644
--- a/src/config/profiles.c
+++ b/src/config/profiles.c
@@ -58,7 +58,9 @@ create(MqProfiles *profiles)
}
g_object_unref(stream);
+ /* TRANSLATORS: This is a browsing profile name. */
default_profile = mq_profiles_insert(profiles, _("Default"), "#0000ff");
+ /* TRANSLATORS: This is a browsing profile name. */
private_profile = mq_profiles_insert(profiles, _("Private"), "#6060a0");
if (default_profile) {