소스 검색

Fixed some rule messages.

Taddeus Kroes 14 년 전
부모
커밋
fc74767438
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/rules/factors.py

+ 2 - 2
src/rules/factors.py

@@ -57,7 +57,7 @@ def expand_single(root, args):
     return scope.as_nary_node()
 
 
-MESSAGES[expand_single] = _('Expand {1}({2}).')
+MESSAGES[expand_single] = _('Expand {2}({3}).')
 
 
 def expand_double(root, args):
@@ -78,4 +78,4 @@ def expand_double(root, args):
     return scope.as_nary_node()
 
 
-MESSAGES[expand_double] = _('Expand ({1})({2}).')
+MESSAGES[expand_double] = _('Expand ({2})({3}).')