2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -106,7 +106,7 @@ function _locale_admin_import_screen() {
...
@@ -106,7 +106,7 @@ function _locale_admin_import_screen() {
$form.=form_select(t('Import into'),'langcode','',$languages,t('Choose the language you want to add strings into. If you choose a language which is not yet set up, then it will be added.'));
$form.=form_select(t('Import into'),'langcode','',$languages,t('Choose the language you want to add strings into. If you choose a language which is not yet set up, then it will be added.'));
$form.=form_radios(t('Mode'),'mode','overwrite',array('overwrite'=>t('Strings in the uploaded file replace existing ones, new ones are added'),'keep'=>t('Existing strings are kept, only new strings are added')));
$form.=form_radios(t('Mode'),'mode','overwrite',array('overwrite'=>t('Strings in the uploaded file replace existing ones, new ones are added'),'keep'=>t('Existing strings are kept, only new strings are added')));
@@ -1088,7 +1087,7 @@ function _locale_string_seek_form() {
...
@@ -1088,7 +1087,7 @@ function _locale_string_seek_form() {
$form.=form_radios(t('Search in'),'searchin',($query->searchin?$query->searchin:'all'),array('all'=>t('All strings in that language'),'translated'=>t('Only translated strings'),'untranslated'=>t('Only untranslated strings')));
$form.=form_radios(t('Search in'),'searchin',($query->searchin?$query->searchin:'all'),array('all'=>t('All strings in that language'),'translated'=>t('Only translated strings'),'untranslated'=>t('Only untranslated strings')));