From ef789edffd1905d1b66c90aa7392fd97252ccbb5 Mon Sep 17 00:00:00 2001
From: "David A. Madore" <david+git@madore.org>
Date: Sun, 2 May 2010 00:16:58 +0200
Subject: Title decode string results as "decode results".

The string itself may contain nasty stuff, or be too long, or whatever:
avoid using it as title.
---
 res/values/strings.xml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'res')

diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9788cdf..aee9313 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -28,6 +28,7 @@
     <string name="decode_button">Decode</string>
     <string name="decode_hint">Paste Unicode characters here to see
     their names</string>
+    <string name="decode_results">decode results</string>
     <string name="menu_about">About</string>
     <string name="about_title">About Unicode Map</string>
     <string name="about_text">Unicode Map version 0.0.2\nby David
-- 
cgit v1.2.3