Commit 36d38023 authored by Hussein El Feky's avatar Hussein El Feky

Fixed max_file_size_exceeded not taking the expected two arguments

parent b71a21ca
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
<string name="msg_all_files_appear_here">الملفات تظهر هنا</string> <string name="msg_all_files_appear_here">الملفات تظهر هنا</string>
<!-- Upload Messages --> <!-- Upload Messages -->
<string name="max_file_size_exceeded">ملف كبير</string> <string name="max_file_size_exceeded">تجاوز حجم الملف %1$d بايت الحد الأقصى لحجم التحميل وهو %2$d بايت</string>
<!-- Socket status --> <!-- Socket status -->
<string name="status_connected">اتصال</string> <string name="status_connected">اتصال</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment