Skip to content

Commit

Permalink
update settings text
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Mar 9, 2017
1 parent 0a71e25 commit bc41fe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions res/xml-sw600dp/preferences_device.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
android:defaultValue="true"
android:summaryOn="Image URLs will open in IRCCloud"
android:summaryOff="Image URLs will open in your browser"
android:title="Image Viewer"/>
android:title="Image viewer"/>
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="videoviewer"
android:defaultValue="true"
android:summaryOn="Video URLs will open in IRCCloud"
android:summaryOff="Video URLs will open in your browser"
android:title="Video Player" />
android:title="Video player" />
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="browser"
android:defaultValue="false"
android:summaryOff="URLs will open in IRCCloud"
android:summaryOn="URLs will open in your browser"
android:title="Open URLs in Browser" />
android:title="Open URLs in browser" />
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="pastebin-disableprompt"
android:defaultValue="true"
android:summaryOn="Prompt before sending multi-line messages"
android:summaryOff="Always send multi-line messages as text"
android:title="Ask to pastebin"/>
android:title="Ask to send text snippets"/>
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="enableAutoSuggest"
android:defaultValue="true"
Expand All @@ -66,6 +66,6 @@
android:defaultValue="true"
android:summaryOn="Channels list will be displayed as a sidebar"
android:summaryOff="Channels list will be displayed in a drawer"
android:title="Show Sidebars In Landscape"/>
android:title="Show sidebars in landscape"/>
</PreferenceCategory>
</PreferenceScreen>
4 changes: 2 additions & 2 deletions res/xml/preferences_device.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
android:defaultValue="false"
android:summaryOff="URLs will open in IRCCloud"
android:summaryOn="URLs will open in your browser"
android:title="Open URLs in Browser" />
android:title="Open URLs in browser" />
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="pastebin-disableprompt"
android:defaultValue="true"
android:summaryOn="Prompt before sending multi-line messages"
android:summaryOff="Always send multi-line messages as text"
android:title="Ask to pastebin"/>
android:title="Ask to send text snippets"/>
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="enableAutoSuggest"
android:defaultValue="true"
Expand Down

0 comments on commit bc41fe1

Please sign in to comment.