summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-21 09:46:32 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-21 09:46:59 -0400
commit7c565fd40d6bfc82005051c73e8c42545fd57056 (patch)
treeda848e54ff643e32943b61e754678bc11d35da3f /apps
parent06123c36063d14b5672b8d6e6a8f358ee5d7d27b (diff)
downloadrockbox-7c565fd40d6bfc82005051c73e8c42545fd57056.tar.gz
rockbox-7c565fd40d6bfc82005051c73e8c42545fd57056.zip
Fix a typo in the Korean translation
Change-Id: Ib97098e065a904606be7b5d1fc61d890ccea828b
Diffstat (limited to 'apps')
-rw-r--r--apps/lang/korean.lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang
index 4c45a4bab9..a3e3822fdc 100644
--- a/apps/lang/korean.lang
+++ b/apps/lang/korean.lang
@@ -16417,7 +16417,7 @@
16417 desc: percent formatting ( `10%` is default , for `10 %` use '%ld %%' , for `%10` use '%%%ld' and so on) 16417 desc: percent formatting ( `10%` is default , for `10 %` use '%ld %%' , for `%10` use '%%%ld' and so on)
16418 user: core 16418 user: core
16419 <source> 16419 <source>
16420 *: "~%ld%%" 16420 *: "%ld%%"
16421 </source> 16421 </source>
16422 <dest> 16422 <dest>
16423 *: "~%ld%%" 16423 *: "~%ld%%"