diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-28 19:20:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-28 19:20:31 +0300 |
commit | 4e2c1f3c813bf76ce4d0902f80ec819277f928a6 (patch) | |
tree | 5a3d7febf76b345d9f3d50a48c310581c832c1db | |
parent | 601607488ae529b7dfd9bd55afd0e89e42762281 (diff) | |
download | plus-4e2c1f3c813bf76ce4d0902f80ec819277f928a6.tar.gz plus-4e2c1f3c813bf76ce4d0902f80ec819277f928a6.tar.bz2 plus-4e2c1f3c813bf76ce4d0902f80ec819277f928a6.tar.xz plus-4e2c1f3c813bf76ce4d0902f80ec819277f928a6.zip |
Fix typo unkown -> unknown.
-rw-r--r-- | src/resources/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 84db4257c..9090171eb 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -376,7 +376,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"pet catch unknown error", // TRANSLATORS: notification message - N_("Pet catch unkown error: %d."), + N_("Pet catch unknown error: %d."), NotifyFlags::INT}, {"mercenary expired", // TRANSLATORS: notification message |