diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-13 13:19:04 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-13 13:19:04 +0400 |
| commit | a7dd01131d8f18108b355499f02ca90aa15c6f53 (patch) | |
| tree | cc7ecadd2daad672e65e46a8c86d2a91162675bd /res/values | |
| parent | 86a4f6c2dea5700ed3597d9afe280ddb93d56316 (diff) | |
add option to force small tablet mode, move tablet-specific options to
separate category, bump version
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 34085feb..3a3fc913 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -128,4 +128,6 @@ <string name="notify_article_published">Article published</string> <string name="notify_article_unpublished">Article unpublished</string> <string name="notify_article_note_set">Article note saved</string> + <string name="force_small_tablet_ui">Force compact interface</string> + <string name="prefs_for_tablets">Tablets</string> </resources>
\ No newline at end of file |