diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-30 05:49:14 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-30 05:49:14 +0000 |
commit | ea26ecea44221c0b1d90eeab4a229f8ef9990c1f (patch) | |
tree | 9d0bc1126f5e7d62c4fe85a9f5ad7fd53ef5296c /plugins/Scriver/res | |
parent | a1c84dc0ae8fd86fe3a59bbbe4d4f85122c578a2 (diff) |
- cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index afab714318..90d14acddd 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -52,7 +52,7 @@ BEGIN LTEXT "Show warning when message has not been received after",
IDC_STATIC,8,148,211,8
EDITTEXT IDC_SECONDS,223,146,25,12,ES_AUTOHSCROLL
- LTEXT "seconds.",IDC_STATIC,253,148,44,8
+ LTEXT "seconds",IDC_STATIC,253,148,44,8
END
|