aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-tr
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2014-10-18 15:55:16 -0700
committerKenny Root <kenny@the-b.org>2014-10-18 15:55:22 -0700
commit34cd9778e0da1d45723ef76f00840c648f743239 (patch)
treeca2069ed7991f4bd9e8b8390d8a5df94670f8557 /res/values-tr
parente6b5e402059489a19f9967e50ab3745ebe746d65 (diff)
downloadconnectbot-34cd9778e0da1d45723ef76f00840c648f743239.tar.gz
connectbot-34cd9778e0da1d45723ef76f00840c648f743239.tar.bz2
connectbot-34cd9778e0da1d45723ef76f00840c648f743239.zip
Fix Turkish translation
It was set at %1$ instead of %1$s which would crash in Turkish! Change-Id: Idd894e8950ba23fb7dc32a8312017a1ca7ec2112
Diffstat (limited to 'res/values-tr')
-rw-r--r--res/values-tr/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index c06416d..d7582c3 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -130,7 +130,7 @@
<string name="hostpref_port_title">Port</string>
<string name="bind_never">Daha önce bağlanılmadı</string>
<string name="bind_minutes">%1$s dakika önce</string>
- <string name="bind_hours">%1$ saat önce</string>
+ <string name="bind_hours">%1$s saat önce</string>
<string name="bind_days">%1$s gün önce</string>
<string name="console_copy_done">%1$d byte panoya kopyalandı</string>
<string name="console_copy_start">Kopyalanacak alanı seçmek için dokun ve sürükle ya da pad kullan</string>