diff options
| author | Andreas Blaesius <skate4life@gmx.de> | 2015-12-30 22:15:04 +0200 |
|---|---|---|
| committer | Andreas Blaesius <skate4life@gmx.de> | 2015-12-30 22:17:17 +0200 |
| commit | 19e979a451454cc532150a2e2afea1c51b93d555 (patch) | |
| tree | 7beeeb4f8ca6e48c4b9e6914497d81f9c2a0a1d8 | |
| parent | 9864c828f4131f73e8f81e4b6290ebfe5bf2659c (diff) | |
DSPManager: Proper names shouldn't be translated
Change-Id: I76b84573d875ba87048db5cbbec86c24665f568e
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 12024d2..d185f03 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -28,7 +28,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <resources> - <string name="app_name">DSP Manager</string> + <string name="app_name" translatable="false">DSP Manager</string> <string name="select_configuration_title">Select configuration to edit</string> <string name="headset_title">Headset</string> <string name="speaker_title">Speaker</string> |
