diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-29 01:13:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-29 01:13:38 +0000 |
commit | f8fa9b767d918876ff3854ed72969085471c97b4 (patch) | |
tree | 47d4714811a2e507d25890c11ab7e46df18bb2b1 /config | |
parent | 303ce0ae530119a8b1b7034172939b2a07532821 (diff) | |
download | redmine-f8fa9b767d918876ff3854ed72969085471c97b4.tar.gz redmine-f8fa9b767d918876ff3854ed72969085471c97b4.zip |
[#9489] added invisible search label
Contributed by Romano Licker.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7677 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 291305ef9..a24278ac2 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1000,5 +1000,6 @@ de: label_diff: diff text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) + description_search: Suchfeld description_project_scope: Suchbereich diff --git a/config/locales/en.yml b/config/locales/en.yml index b6c46fbb9..02c318f75 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -978,4 +978,5 @@ en: enumeration_doc_categories: Document categories enumeration_activities: Activities (time tracking) enumeration_system_activity: System Activity + description_search: Searchfield description_project_scope: Search scope |