diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 5d53e7ec0..337d005be 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -35,8 +35,8 @@
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 5;
-const S32 LL_VERSION_PATCH = 4;
-const S32 LL_VERSION_BUILD = 2;
+const S32 LL_VERSION_PATCH = 5;
+const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Singularity";
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp
index 0531b1575..f14b9a8ad 100644
--- a/indra/llui/llmenugl.cpp
+++ b/indra/llui/llmenugl.cpp
@@ -101,8 +101,8 @@ const U32 SEPARATOR_HEIGHT_PIXELS = 8;
const S32 TEAROFF_SEPARATOR_HEIGHT_PIXELS = 10;
const S32 MENU_ITEM_PADDING = 4;
-const std::string BOOLEAN_TRUE_PREFIX( "X" );
-const std::string BRANCH_SUFFIX( ">" );
+const std::string BOOLEAN_TRUE_PREFIX( "\xe2\x9c\x93" ); // U+2714 -- MC
+const std::string BRANCH_SUFFIX( "\xE2\x96\xB6" ); // U+25B6 BLACK RIGHT-POINTING TRIANGLE
const std::string ARROW_UP ("^^^^^^^");
const std::string ARROW_DOWN("vvvvvvv");
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 12bd93686..596d99f9c 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -6110,7 +6110,7 @@
Type
String
Value
- Ubuntu-R.ttf
+ DroidSans.ttf
FontSansSerifBundledFallback
FontSansSerifFallback
FontScreenDPI
FontSizeLarge
FontSizeMedium