summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-06-13 19:39:04 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-06-13 19:39:04 +0000
commit1e666c34cc6d789c285675643535608a16c91511 (patch)
tree2a093902dc1c199a7ea854328d849b1df84d5f99 /includes/install.inc
parent2b010ef522218ff951ac2d040e9b3bf2749c80e7 (diff)
downloadbrdo-1e666c34cc6d789c285675643535608a16c91511.tar.gz
brdo-1e666c34cc6d789c285675643535608a16c91511.tar.bz2
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 7387f7c41..483483813 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -578,7 +578,7 @@ function st($string, $args = array()) {
if (!isset($locale_strings)) {
$locale_strings = array();
- $filename = './profiles/'. $profile .'/po/'. $install_locale .'.po';
+ $filename = './profiles/'. $profile .'/translations/'. $install_locale .'.po';
if (file_exists($filename)) {
require_once './includes/locale.inc';
$file = (object) array('filepath' => $filename);