Skip to content

Commit

Permalink
Fix invalid support email being used
Browse files Browse the repository at this point in the history
Fixes #1145
  • Loading branch information
maxpatiiuk authored and benanhalt committed Nov 3, 2022
1 parent 4100db8 commit 80178bf
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions help/SpecifyHelp/Data_Entry/Using_Forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h3>
<p>
The tool can be implemented on other forms that include Query Combo Boxes but
requires a redesign of the applicable form; please contact the Specify team at
<strong>[email protected]</strong> for more information.
<strong>[email protected]</strong> for more information.
</p>
</td>
</tr>
Expand Down Expand Up @@ -1125,7 +1125,7 @@ <h4>
<li>
Series Data Entry is included by default only for entomology. For all other disciplines
it is turned off by default. For these and all existing databases contact the Specify
team <a href="mailto:[email protected]">Specify team</a> to have this feature included on
team <a href="mailto:[email protected]">Specify team</a> to have this feature included on
your forms.
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion help/SpecifyHelp/Intro/number_formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h3>
<p>
Collection Numbers are implemented at a Collection level and increment automatically for
single collections only. Users that wish to increment Collection Numbers between more
than one collection should <a href="mailto:[email protected]">contact Specify staff</a> for
than one collection should <a href="mailto:[email protected]">contact Specify staff</a> for
help setting that parameter.
</p>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion help/SpecifyHelp/Prefs/System.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>
<li>
<strong>Locale</strong> - At this time Specify 6 has not been translated. If you are
interested in helping with a translation please contact the Specify team at
<strong>[email protected]</strong>. (Choosing one of the English locales will change labels
<strong>[email protected]</strong>. (Choosing one of the English locales will change labels
and dialogs to the local dialect.)
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions help/SpecifyHelp/Security/Wizard_EZDB.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>
<p>
<em><strong>Note:</strong></em> Specify EZDB can also be used to evaluate Specify. If you
are using it for this purpose, please contact the Specify team at
<strong>[email protected]</strong>. They can provide you with a test database and the
<strong>[email protected]</strong>. They can provide you with a test database and the
instructions needed to download and install it.
</p>
<p>
Expand Down Expand Up @@ -750,7 +750,7 @@ <h4>
<p>
<em><strong>Note:</strong></em> Botany and Entomology authority files are partial due
to the size of these files. For additional authority files please contact the Specify
team at [email protected].
team at [email protected].
</p>
</blockquote>
<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2022, University of Kansas Center for Research
*
* Specify Software Project, [email protected], Biodiversity Institute,
* Specify Software Project, [email protected], Biodiversity Institute,
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2022, University of Kansas Center for Research
*
* Specify Software Project, [email protected], Biodiversity Institute,
* Specify Software Project, [email protected], Biodiversity Institute,
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected void doAbout()
panel.add(iconLabel, BorderLayout.WEST);
panel.add(createLabel("<html>"+appName+" " + appVersion +
"<br><br>Biodiversity Research Center<br>University of Kansas<br>Lawrence, KS USA 66045<br><br>" +
"www.specifysoftware.org<br>[email protected]<br><br>" +
"www.specifysoftware.org<br>[email protected]<br><br>" +
"<p>The Specify Software Project is<br>"+
"funded by the Biological Databases<br>"+
"and Informatics Program of the<br>"+
Expand Down
2 changes: 1 addition & 1 deletion src/edu/ku/brc/specify/ui/AppBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public static String getAboutText(final String appNameArg, final String appVersi
"<br><br>Specify Software Project<br>" +//$NON-NLS-1$
"Biodiversity Institute<br>University of Kansas<br>1345 Jayhawk Blvd.<br>Lawrence, KS USA 66045<br><br>" + //$NON-NLS-1$
"<a href=\"http://www.specifysoftware .org\">www.specifysoftware.org</a>"+ //$NON-NLS-1$
"<br><a href=\"mailto:[email protected]\">[email protected]</a><br>" + //$NON-NLS-1$
"<br><a href=\"mailto:[email protected]\">[email protected]</a><br>" + //$NON-NLS-1$
"<p>The Specify Software Project is "+ //$NON-NLS-1$
"funded by the Advances in Biological Informatics Program, " + //$NON-NLS-1$
"U.S. National Science Foundation (Award DBI-0446544 and earlier awards).<br><br>" + //$NON-NLS-1$
Expand Down
10 changes: 5 additions & 5 deletions src/resources_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GE_CHOOSE_FIELDS_EXPORT=Choose Fields for Popup Bubble
GE_DSP_IN_GE=Display in Google Earth
GE_NO_START_DATE=No Date
WW_DSP_IN_WW=Display in WorldWind
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details.
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details.

# Balloon HTML fields
GE_COLLECTOR=Collector
Expand Down Expand Up @@ -747,7 +747,7 @@ TTV_REVERSE=Reverse
# Feedback Dialog
#########################################
FeedBackDlg.TITLE=Feedback
FeedBackDlg.INFO=<html>The Specify Project welcomes your feedback, suggestions and comments on Specify 6.<br>If you wish to report a particular issue or bug and receive a specific response, please send an e-mail to our helpdesk address: [email protected].
FeedBackDlg.INFO=<html>The Specify Project welcomes your feedback, suggestions and comments on Specify 6.<br>If you wish to report a particular issue or bug and receive a specific response, please send an e-mail to our helpdesk address: [email protected].
FeedBackDlg.SUB=Subject
FeedBackDlg.COMP=Component
FeedBackDlg.COMM=Comments
Expand Down Expand Up @@ -3068,11 +3068,11 @@ CollectionObjectBusRules.IncompleteSaveFlag=Partial
CollectionObjectBusRules.InvalidBatchItems=Invalid Items:
CollectionObjectBusRules.AttemptedEditOfBatch=Batch entries can not be edited. Please click '+' to enter a new batch.
CollectionObjectBusRules.NO_EMPTY_CAT_NUMS=Empty Catalog Number is not allowed.
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.

CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.
CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.

LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.
LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.

LocalityDetailBusRules.ONLY_ONE=There can only be one Locality Detail record.
GeoCoordDetailBusRules.ONLY_ONE=There can only be one Geocoord Detail record.
Expand Down
10 changes: 5 additions & 5 deletions src/resources_pt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GE_CHOOSE_FIELDS_EXPORT=Escolha os Campos para Balão Popup
GE_DSP_IN_GE=Mostrar no Google Earth
GE_NO_START_DATE=Sem Data
WW_DSP_IN_WW=Mostrar em WorldWind
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details.
LocalityWorldWindPlugin.WorldWindDisabled=The WorldWind Plugin is not available in this version of Specify.\nPlease contact Specify Software at [email protected] for details.

# Balloon HTML fields
GE_COLLECTOR=Coletor
Expand Down Expand Up @@ -747,7 +747,7 @@ TTV_REVERSE=Reverter
# Feedback Dialog
#########################################
FeedBackDlg.TITLE=Resposta
FeedBackDlg.INFO=<html>O Projeto Specify agradece a sua reação, sugestões e comentários sobre Specify 6.<br>Se deseja relatar um problema particular ou bug e receber uma resposta específica, envie um e-mail para nosso endereço de helpdesk: [email protected].
FeedBackDlg.INFO=<html>O Projeto Specify agradece a sua reação, sugestões e comentários sobre Specify 6.<br>Se deseja relatar um problema particular ou bug e receber uma resposta específica, envie um e-mail para nosso endereço de helpdesk: [email protected].
FeedBackDlg.SUB=Assunto
FeedBackDlg.COMP=Componente
FeedBackDlg.COMM=Comentários
Expand Down Expand Up @@ -3052,11 +3052,11 @@ CollectionObjectBusRules.IncompleteSaveFlag=Parcial
CollectionObjectBusRules.InvalidBatchItems=Itens Inválidos:
CollectionObjectBusRules.AttemptedEditOfBatch=As entradas em série não puderam ser editadas. Por favor clique '+' para iniciar uma nova série.
CollectionObjectBusRules.NO_EMPTY_CAT_NUMS=Empty Catalog Number are not allowed.
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.
CollectionObjectBusRules.PaleoRelationshipDisabled=The relationship between CollectionObject and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.

CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.
CollectingEventBusRules.PaleoRelationshipDisabled=The relationship between CollectingEvent and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.

LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.
LocalityBusRules.PaleoRelationshipDisabled=The relationship between Locality and PaleoContext is disabled in your current collection configuration.\nPlease contact [email protected] for more information.

LocalityDetailBusRules.ONLY_ONE=There can only be one Locality Detail record.
GeoCoordDetailBusRules.ONLY_ONE=There can only be one Geocoord Detail record.
Expand Down
10 changes: 5 additions & 5 deletions src/resources_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GE_CHOOSE_FIELDS_EXPORT=Выберите Поля для Всплывающег
GE_DSP_IN_GE=Показать в Google Earth
GE_NO_START_DATE=Без даты
WW_DSP_IN_WW=Показать в WorldWind
LocalityWorldWindPlugin.WorldWindDisabled=Плагин WorldWind недоступен в этой версии Specify.\nПожалуйста, свяжитесь с Specify Software по адресу [email protected] для получения подробной информации.
LocalityWorldWindPlugin.WorldWindDisabled=Плагин WorldWind недоступен в этой версии Specify.\nПожалуйста, свяжитесь с Specify Software по адресу [email protected] для получения подробной информации.

# Balloon HTML fields
GE_COLLECTOR=Коллектор
Expand Down Expand Up @@ -745,7 +745,7 @@ TTV_REVERSE=Назад
# Feedback Dialog
#########################################
FeedBackDlg.TITLE=Обратная связь
FeedBackDlg.INFO=<html>Specify приветствует ваши отзывы, предложения и комментарии по Specify 6.<br>Если вы хотите сообщить о проблеме или ошибке и получить ответ, отправьте электронное письмо на адрес службы поддержки Specify: [email protected].
FeedBackDlg.INFO=<html>Specify приветствует ваши отзывы, предложения и комментарии по Specify 6.<br>Если вы хотите сообщить о проблеме или ошибке и получить ответ, отправьте электронное письмо на адрес службы поддержки Specify: [email protected].
FeedBackDlg.SUB=Тема
FeedBackDlg.COMP=Составная часть
FeedBackDlg.COMM=Комментарии
Expand Down Expand Up @@ -3068,11 +3068,11 @@ CollectionObjectBusRules.IncompleteSaveFlag=Частичный
CollectionObjectBusRules.InvalidBatchItems=Неверные предметы:
CollectionObjectBusRules.AttemptedEditOfBatch=Пакетные записи не могут быть отредактированы. Пожалуйста, нажмите '+' чтобы ввести новую партию.
CollectionObjectBusRules.NO_EMPTY_CAT_NUMS=Пустой Номер Каталога недопустим.
CollectionObjectBusRules.PaleoRelationshipDisabled=Отношения между Объект Коллекции и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации.
CollectionObjectBusRules.PaleoRelationshipDisabled=Отношения между Объект Коллекции и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации.

CollectingEventBusRules.PaleoRelationshipDisabled=Отношения между Событие Сбора и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации.
CollectingEventBusRules.PaleoRelationshipDisabled=Отношения между Событие Сбора и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации.

LocalityBusRules.PaleoRelationshipDisabled=Отношения между Местонахождение и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации.
LocalityBusRules.PaleoRelationshipDisabled=Отношения между Местонахождение и Палео Контекст отключены в вашей текущей конфигурации коллекции.\nПожалуйста, свяжитесь с [email protected] для получения дополнительной информации.

LocalityDetailBusRules.ONLY_ONE=Допустима только одна запись о местонахождении.
GeoCoordDetailBusRules.ONLY_ONE=Допустима только одна запись геокоординат.
Expand Down
Loading

0 comments on commit 80178bf

Please sign in to comment.