Skip to content

Commit 814437b

Browse files
authored
Fix small typo (#355)
* Fix typos in hedit and sfxbrowser
1 parent ae1b394 commit 814437b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[gameplay]/hedit/client/gui/languages/arabic.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ guiLanguage.arabic = {
116116
shortname = "حول",
117117
longname = "حول معدل الوزانيات الرسمي",
118118
itemtext = {
119-
textlabel = "مرحبا بكم في معدل وزانيات MTA الرسمي ! يتيح لك هذا المورد تعديل تعامل أي سيارة في اللعبة في الوقت الفعلي . \ n \ n "..
120-
"يمكنك حفظ و تحميل وزانيات التي صممتها باستعمال قائمة وزانية في الجانب العلوي الايمن \ n \ n "..
119+
textlabel = "مرحبا بكم في معدل وزانيات MTA الرسمي ! يتيح لك هذا المورد تعديل تعامل أي سيارة في اللعبة في الوقت الفعلي . \n \n "..
120+
"يمكنك حفظ و تحميل وزانيات التي صممتها باستعمال قائمة وزانية في الجانب العلوي الايمن \n \n "..
121121
"للمزيد من المعلومات حول معدل الوزنيات - مثل التغيير الرسمي - زر:",
122122
websitebox = "http://github.com/hedit/hedit",
123123
morelabel = "شكرا لك لاستخدامك ل Hedit"

[gameplay]/sfxbrowser/sfxBrowser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function sfxBrowser:playCurrent()
9494

9595
self.m_Sound = playSFX(self.m_CurrentContainer, self.m_CurrentBank, self.m_CurrentSFX, guiCheckBoxGetSelected(self.m_GUI.loopedCheck))
9696
if not self.m_Sound then
97-
outputChatBox("Some audio files are missing! Please check your GTASA\Audio\SFX\ folder!", 255, 0, 0)
97+
outputChatBox("Some audio files are missing! Please check your GTASA\\Audio\\SFX\\ folder!", 255, 0, 0)
9898
return false
9999
end
100100

0 commit comments

Comments
 (0)