OmniGears: add missing string replacement

from ded53c129273acb358f237acf0e4b7ec4f11f1e4

Change-Id: Idd8d8134fc1f73fd2998695d05f08cb350c4901f
diff --git a/res/xml/bars_settings.xml b/res/xml/bars_settings.xml
index 26e76bf..ebe3bbb 100644
--- a/res/xml/bars_settings.xml
+++ b/res/xml/bars_settings.xml
@@ -17,7 +17,7 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
             android:key="bars_settings"
-            android:title="@string/bars_settings_title" >
+            android:title="@string/custom_bars_settings_title" >
 
         <PreferenceCategory
             android:key="category_statusbar"