浏览代码

* Fixed typo

git-svn-id: trunk@36554 -
joost 8 年之前
父节点
当前提交
4c479ee039
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fppkg/src/pkgmessages.pp

+ 1 - 1
packages/fppkg/src/pkgmessages.pp

@@ -9,7 +9,7 @@ Resourcestring
   SError                     = 'Error: ';
   SWarning                   = 'Warning: ';
   SDebug                     = 'Debug: ';
-  SProgres                   = 'Progres: ';
+  SProgress                  = 'Progress: ';
   SInfo                      = 'Info: ';
   SCommand                   = 'Command: ';