Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-07-08 14:56:00 +02:00
commit 25a1910829

View file

@ -81,7 +81,7 @@ public class FileNameTranslationHelper {
return fileName.substring(0, fileName.length() - IndexConstants.SQLITE_EXT.length()).replace('_', ' ');
}
int ls = fileName.lastIndexOf('-');
int ls = fileName.lastIndexOf("-roads");
if (ls >= 0) {
return fileName.substring(0, ls);
} else {