summaryrefslogtreecommitdiffstats
path: root/gtk/src/queuehandler.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-10-12 14:51:12 -0700
committerJohn Stebbins <[email protected]>2016-10-12 14:51:12 -0700
commit1830e2a350b0daf16aa3a0e78010b65ff247964a (patch)
tree32380c96cd48e2396fdf74b0565a74897cd5b313 /gtk/src/queuehandler.c
parente6f00e152300ae8179b8a8d7e6be424dde0717fe (diff)
LinGui: UI tweaks
Adjust some widget alignments. Change some text color.
Diffstat (limited to 'gtk/src/queuehandler.c')
-rw-r--r--gtk/src/queuehandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index d8838ba74..952543715 100644
--- a/gtk/src/queuehandler.c
+++ b/gtk/src/queuehandler.c
@@ -1347,7 +1347,7 @@ title_add_multiple_set_conflict_label(
if (are_conflicts)
{
msg =
- "<span foreground='red' weight='bold'>"
+ "<span foreground='black' weight='bold'>"
"Duplicate destination files detected.\n"
"Duplicates will not be added to the queue."
"</span>";