Skip to content

Commit 6509b74

Browse files
committed
hedit: Fixed typo's introduced in PR #360
Note that translation lines from said PR (and also PR #369 as of speaking) use a mix of "success" and "sucess", so it wouldn't work
1 parent 0b443ac commit 6509b74

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ guiLanguage.english = {
3636

3737
successSave = "Successfully saved your handling settings!",
3838
successLoad = "Successfully loaded your handling settings!",
39-
sucessDelete = "Successfully deleted your handling settings!",
39+
successDelete = "Successfully deleted your handling settings!",
4040

4141
wantTheSettings = "Are you sure you would like to apply these settings? The handling editor will restart.",
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ guiLanguage.polish = {
3636

3737
successSave = "Pomyslnie zapisano twoje ustawienia",
3838
successLoad = "Pomyslnie wczytano twoje ustawienia!",
39-
sucessDelete = "",
39+
successDelete = "",
4040

4141
wantTheSettings = "Czy na pewno chcesz zastosowac te ustawienia? Edytor uruchomi sie ponownie.",
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
successSave = "Вы успешно сохранили ваш хэндлинг!",
3838
successLoad = "Вы успешно загрузили ваш хэндлинг!",
39-
sucessDelete = "",
39+
successDelete = "",
4040

4141
wantTheSettings = "Вы уверены, что хотите применить эти настройки? Редактор хэндлинга будет перезагружен.",
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
successSave = "Se guardo el handling con exito!",
4242
successLoad = "Se cargo el handling con exito!",
43-
sucessDelete = "",
43+
successDelete = "",
4444

4545
confirmVersionReset = "Estas seguro de que deseas establecer la version del editor a la de este servidor? Tus handlings guardados pueden llegar a ser incompatibles.",
4646
successVersionReset = "La version de editor se ha actualizado.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ guiLanguage.turkish = {
3636

3737
successSave = "Başarıyla işleme ayarlarını kurtardı!",
3838
successLoad = "Başarıyla senin kullanımı ayarlarını yüklenen!",
39-
sucessDelete = "",
39+
successDelete = "",
4040

4141
wantTheSettings = "Bu ayarları uygulamak istiyorum emin misiniz? Taşıma editörü yeniden başlar.",
4242

[gameplay]/hedit/client/gui/templates/default.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ template.viewcontents = {
854854

855855
local function func ( )
856856
if deleteClientHandling ( pVehicle, name ) then
857-
guiCreateWarningMessage ( getText ( "sucessDelete" ), 3 )
857+
guiCreateWarningMessage ( getText ( "successDelete" ), 3 )
858858
end
859859
end
860860

0 commit comments

Comments
 (0)