Skip to content

Commit 924ec35

Browse files
author
root
committed
Change plugin translation label to something meaningfull
1 parent b18be27 commit 924ec35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: config/locales/en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
en:
22

3-
module_name: Redmine Git Hosting
3+
redmine_git_hosting: Redmine Git Hosting
44

55
########### MISCELANOUS ###########
66
label_enabled: Enabled

Diff for: config/locales/fr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fr:
22

3-
module_name: Redmine Git Hosting
3+
redmine_git_hosting: Redmine Git Hosting
44

55
########### MISCELANOUS ###########
66
label_enabled: Activé

Diff for: init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
end
122122

123123
Redmine::MenuManager.map :admin_menu do |menu|
124-
menu.push :redmine_git_hosting, { controller: 'settings', action: 'plugin', id: 'redmine_git_hosting' }, caption: :module_name
124+
menu.push :redmine_git_hosting, { controller: 'settings', action: 'plugin', id: 'redmine_git_hosting' }, caption: :redmine_git_hosting
125125
end
126126

127127
Redmine::MenuManager.map :top_menu do |menu|

0 commit comments

Comments
 (0)