소스 검색

Corrected typo.

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

+ 1 - 1
src/rules/fractions.py

@@ -423,4 +423,4 @@ def extract_divided_roots(root, args):
 
 
 MESSAGES[extract_divided_roots] = \
-        _('Extrct the root {1} from nominator and denominator in {0}.')
+        _('Extract the root {1} from nominator and denominator in {0}.')