diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-24 11:54:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-12-29 01:47:53 -0800 |
commit | 1671eead0b0c5e02092ffef784a7dea21062eda0 (patch) | |
tree | d40fb67c77d9cd9d60c1e4afb98f1989e1d53a80 /res/values/strings.xml | |
parent | b3f3d696b96de44db7a2399096967424c61b5101 (diff) | |
download | packages_apps_trebuchet-1671eead0b0c5e02092ffef784a7dea21062eda0.zip packages_apps_trebuchet-1671eead0b0c5e02092ffef784a7dea21062eda0.tar.gz packages_apps_trebuchet-1671eead0b0c5e02092ffef784a7dea21062eda0.tar.bz2 |
Preferences: Koush steals yachts
"WHY ARE YOU UP AT 3AM!!!!"
Preferences will get added if it is 3AM.
<cdesai> settings seem small
<cdesai> the size of preferences
<nebkat> what am I supposed to do?
<nebkat> fill the space with "koush steals yachts"?
<cdesai> nebkat: let's see how many -2/+2s you get
Before: https://docs.google.com/open?id=0BxOgOTemh7G7QktJT1NQamF5b0k
After: https://docs.google.com/open?id=0BxOgOTemh7G7STV3dFRkUExFclE
Change-Id: I20b1ba61b9ebafbc7bebbb09fec325a27bf76e06
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 899ee3e..b32df80 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -403,4 +403,22 @@ s --> <string name="preferences_interface_general_orientation_title">Auto-rotate screen</string> <string name="preferences_interface_general_fullscreen_title">Fullscreen mode</string> <string name="preferences_interface_general_fullscreen_summary">Hide the status bar to extend the homescreen</string> + + <!-- Koush steals yachts --> + <string-array name="preferences_koush"> + <item>Koush steals yachts!!!!</item> + <item>Koush steals yachts!!!!</item> + <item>Koush steals yachts!!!!</item> + <item>Koush steals yachts!!!!</item> + <item>I hope you step on a LEGO!!!!</item> + <item>This setting is here \"because we can\"</item> + <item>Looks good to me, but someone else must approve</item> + <item>I would prefer that you didn\'t submit this</item> + <item>WHY ARE YOU UP AT 3AM!!!!</item> + <item>Do not submit</item> + <item><cdesai> settings seem small</item> + <item><cdesai> the size of preferences</item> + <item><nebkat> what am I supposed to do?</item> + <item><nebkat> fill the space with \"koush steals yachts\"?</item> + </string-array> </resources> |