diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-03-13 19:09:54 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-03-13 19:09:54 +0100 |
commit | 5c5e9d8e32619f47aa036b84db7196696700dba4 (patch) | |
tree | 633d12bff9d30d9c11586b1428ded26f15a62fb5 /OpenPGP-Keychain/src/main/res/raw/help_faq.html | |
parent | bc1a3850ac91f3c81f14a9fd6690d0c90104ee0f (diff) | |
download | open-keychain-5c5e9d8e32619f47aa036b84db7196696700dba4.tar.gz open-keychain-5c5e9d8e32619f47aa036b84db7196696700dba4.tar.bz2 open-keychain-5c5e9d8e32619f47aa036b84db7196696700dba4.zip |
Forgot faq file
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/raw/help_faq.html')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/raw/help_faq.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/raw/help_faq.html b/OpenPGP-Keychain/src/main/res/raw/help_faq.html new file mode 100644 index 000000000..b3d5b3a11 --- /dev/null +++ b/OpenPGP-Keychain/src/main/res/raw/help_faq.html @@ -0,0 +1,12 @@ +<!-- Maintain structure with headings with h2 tags and content with p tags. +This makes it easy to translate the values with transifex! +And don't add newlines before or after p tags because of transifex --> +<html> +<head> +</head> +<body> +<h2>TODO</h2> +<p>text</p> + +</body> +</html> |