diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-23 07:38:32 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-23 07:38:32 +0000 |
commit | 25d6ed38b6f7ab7c4c56ae8f111eb5b1fd518356 (patch) | |
tree | b2662ef27377e82bdb9850bb96570db19fc17088 /config/locales | |
parent | 50cb5921b5f279fc49cfa84d54416ff12bbd1191 (diff) | |
download | redmine-25d6ed38b6f7ab7c4c56ae8f111eb5b1fd518356.tar.gz redmine-25d6ed38b6f7ab7c4c56ae8f111eb5b1fd518356.zip |
scm: filesystem: use i18n string at 'Root directory' setting.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5532 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index f53a1c1f9..190d333f6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -312,6 +312,7 @@ en: field_commit_logs_encoding: Commit messages encoding field_scm_path_encoding: Path encoding field_path_to_repository: Path to repository + field_root_directory: Root directory setting_app_title: Application title setting_app_subtitle: Application subtitle |