From 94a7f6339fe7e484e0870a9f107ecf05b46d1044 Mon Sep 17 00:00:00 2001 From: KLuka Date: Thu, 14 May 2015 12:51:50 +0200 Subject: [PATCH] User CSS minor typo fix * Fixed typo for context menu option "Black On White" --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9b5776..a22f951 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ override_dh_install: mkdir -p "$(DESTDIR)/etc/shellinabox/options-available" mkdir -p "$(DESTDIR)/etc/shellinabox/options-enabled" for i in \ - "00+Black on White" \ + "00+Black On White" \ "00_White On Black" \ "01_Monochrome" \ "01+Color Terminal"; do \