diff options
author | RMN <rmn@miranda-ng.org> | 2014-09-15 10:17:52 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-09-15 10:17:52 +0000 |
commit | e1747d22bf5b6010f06edd633f452679c31a3944 (patch) | |
tree | 1ef00275206b8eb4e823ba94249e5a3aaa034fc6 /plugins/HistoryStats/res | |
parent | 325fac82a5d207a54bdc8dcda32c39bbf7355e86 (diff) |
resources: comma in Conditional Clauses with "if":
if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause,
while no comma is needed if the "if clause" follows the main one.
git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/res')
-rw-r--r-- | plugins/HistoryStats/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/res/resource.rc b/plugins/HistoryStats/res/resource.rc index 7299fee640..dcdbb364d3 100644 --- a/plugins/HistoryStats/res/resource.rc +++ b/plugins/HistoryStats/res/resource.rc @@ -274,7 +274,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "HistoryStats - Conflicting files"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
- LTEXT "Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files there is an option for this.",
+ LTEXT "Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files, there is an option for this.",
IDC_STATIC,5,5,285,25
LTEXT "The following files could not be written because files with the same names already existed. Please decide whether to overwrite the existing or to discard the generated files.",
IDC_STATIC,5,30,285,25
|