From 7a22e18add4498445579052ad3c95a16a76e7d28 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 21 May 2025 13:56:47 +0600 Subject: [PATCH] Localisation fixes --- locale/ubl-settings-bootloader_ru.po | 2 +- source/ubl-strings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/ubl-settings-bootloader_ru.po b/locale/ubl-settings-bootloader_ru.po index b2ef855..f6f31d7 100644 --- a/locale/ubl-settings-bootloader_ru.po +++ b/locale/ubl-settings-bootloader_ru.po @@ -243,7 +243,7 @@ msgstr "Код мелодии:" #: source/ubl-strings.h:68 msgid "Are you sure you want to remove ringtone" -msgstr "Вы уверены что хотите удалить мелодию" +msgstr "Вы уверены, что хотите удалить мелодию" #: source/ubl-strings.h:69 msgid "This ringtone name is already used by standard ringtone" diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 5f2c732..930f63a 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -65,5 +65,5 @@ #define CHOSEN_LABEL _("Chosen") #define NAME_TEXT_LABEL _("Name:") #define MELODY_CODE_TEXT_LABEL _("Melody code:") - #define RINGTONE_REMOVE_CONFIRM_LABEL(target) yon_char_unite(_("Are you sure you want to remove ringtone")," ",target,"?",NULL) + #define RINGTONE_REMOVE_CONFIRM_LABEL(target) yon_char_unite(_("Are you sure you want to remove ringtone")," ",target,"?",NULL) #define NAME_OCCUPIED_LABEL _("This ringtone name is already used by standard ringtone") \ No newline at end of file