Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -287,7 +287,7 @@ |
288 | 288 | * @return String: action result |
289 | 289 | */ |
290 | 290 | public static function doAction( $action, $group, $key, $code, $message, $comment = '', $user = null, $editFlags = 0 ) { |
291 | | - $title = self::makeTitle( $group, $key, $code ); |
| 291 | + $title = self::makeTranslationTitle( $group, $key, $code ); |
292 | 292 | |
293 | 293 | if ( $action === 'import' || $action === 'conflict' ) { |
294 | 294 | if ( $action === 'import' ) { |