Skip to content

Commit b5fe0ee

Browse files
committed
Change text_unable_to_customize_plugin_messages #30
1 parent e1a1034 commit b5fe0ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/views/custom_message_settings/edit.html.erb

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

1919
<% unless MessageCustomize::Locale.customizable_plugin_messages? %>
2020
<p>
21-
<%= l(:text_unable_to_customize_plugin_messages, MessageCustomize::Locale::CHANGE_LOARD_ORDER_LOCALES_FILE_PATH) %>
21+
<%= l(:text_unable_to_customize_plugin_messages) %>
2222
</p>
2323
<% end %>
2424
</div>

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ en:
99
text_description_of_search_box: You can enter search terms in the search box to narrow down the results.
1010
text_for_your_reference: If you do not know how to write, please refer to "%{value}".
1111
text_disabled_customize: Message customization by this plugin is disabled.
12-
text_unable_to_customize_plugin_messages: You cannot customize the plugin messages because there is no "%{value}".
12+
text_unable_to_customize_plugin_messages: Impossible to customize the plugin messages.
1313

1414
error_unused_keys: The keys not present in Redmine are used.
1515
error_unavailable_languages: The languages not present in Redmine are used.

config/locales/ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ja:
99
text_description_of_search_box: 検索ボックスにキーワードを入力することで、選択肢を絞り込むことが出来ます。
1010
text_for_your_reference: "もし書き方がわからない場合は、「%{value}」が参考になるはずです。"
1111
text_disabled_customize: このプラグインによるメッセージのカスタマイズは無効になっています。
12-
text_unable_to_customize_plugin_messages: "「%{value}」が無いためプラグインのメッセージはカスタマイズできません"
12+
text_unable_to_customize_plugin_messages: "プラグインのメッセージはカスタマイズできません"
1313

1414
error_unused_keys: Redmineに存在しないキーが利用されています。
1515
error_unavailable_languages: Redmineで利用できない言語が利用されています。

0 commit comments

Comments
 (0)