diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-16 00:49:24 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-16 00:49:24 +0000 |
commit | 91287849c74f56519476e056312d042123cd661e (patch) | |
tree | c639fb97e5310b9be1a558c05b3bb024bae83ded | |
parent | ab8132461435e134601c4bc58ba5e964c1f8a66f (diff) |
cosmetics: dot after "etc"
git-svn-id: http://svn.miranda-ng.org/main/trunk@6083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/ListeningTo/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/ListeningTo/src/listeningto.cpp | 2 | ||||
-rw-r--r-- | plugins/Sessions/res/Sessions.rc | 2 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/version.h | 2 | ||||
-rw-r--r-- | src/resource.rc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ListeningTo/res/resource.rc b/plugins/ListeningTo/res/resource.rc index a51672d49d..d27c9aee20 100644 --- a/plugins/ListeningTo/res/resource.rc +++ b/plugins/ListeningTo/res/resource.rc @@ -90,7 +90,7 @@ BEGIN LTEXT "%genre% - Song genre",IDC_GENRE_L,148,75,129,8
LTEXT "%length% - Song length",IDC_LENGTH_L,11,87,129,8
LTEXT "%player% - Player name",IDC_PLAYER_L,148,87,129,8
- LTEXT "%type% - Media type (Music, Radio, Video, etc)",IDC_TYPE_L,11,99,265,8
+ LTEXT "%type% - Media type (Music, Radio, Video, etc.)",IDC_TYPE_L,11,99,265,8
LTEXT "When variable not found, use:",IDC_UNKNOWN_L,11,117,108,10
EDITTEXT IDC_UNKNOWN,122,114,152,13,ES_AUTOHSCROLL
GROUPBOX "XStatus",IDC_XSTATUS_G,3,137,282,79
diff --git a/plugins/ListeningTo/src/listeningto.cpp b/plugins/ListeningTo/src/listeningto.cpp index 94245af60e..a58067409b 100644 --- a/plugins/ListeningTo/src/listeningto.cpp +++ b/plugins/ListeningTo/src/listeningto.cpp @@ -363,7 +363,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) tr.tszTokenString = _T("listening_type");
tr.parseFunctionT = VariablesParseType;
- tr.szHelpText = LPGEN("Listening info")"\t"LPGEN("Media type: Music, Video, etc");
+ tr.szHelpText = LPGEN("Listening info")"\t"LPGEN("Media type: Music, Video, etc.");
CallService(MS_VARS_REGISTERTOKEN, 0, (LPARAM) &tr);
tr.tszTokenString = _T("listening_artist");
diff --git a/plugins/Sessions/res/Sessions.rc b/plugins/Sessions/res/Sessions.rc index 8004584571..ca27f18f77 100644 --- a/plugins/Sessions/res/Sessions.rc +++ b/plugins/Sessions/res/Sessions.rc @@ -84,7 +84,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,104,122,16
CONTROL "Warn, when some of LastSession contacts are hidden",IDC_LASTHIDDENWARN,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,121,122,20
- CONTROL "Show other warnings (""session already opened"" etc...)",IDC_WARNINGS,
+ CONTROL "Show other warnings (""session already opened"" etc.)",IDC_WARNINGS,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,143,122,17
CONTROL "Crash Recovery mode",IDC_CRASHRECOVERY,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,162,122,17
END
diff --git a/protocols/IcqOscarJ/src/version.h b/protocols/IcqOscarJ/src/version.h index 0df2f5e913..982bba6f14 100644 --- a/protocols/IcqOscarJ/src/version.h +++ b/protocols/IcqOscarJ/src/version.h @@ -4,7 +4,7 @@ #define __PLUGIN_NAME "IcqOscarJ Protocol"
#define __DESCRIPTION "ICQ protocol support for Miranda NG."
-#define __AUTHOR "Joe Kucera, Bio, Martin \xd6" "berg, Richard Hughes, Jon Keating, etc"
+#define __AUTHOR "Joe Kucera, Bio, Martin \xd6" "berg, Richard Hughes, Jon Keating, etc."
#define __AUTHOREMAIL "jokusoftware@miranda-im.org"
#define __AUTHORWEB "http://miranda-ng.org/p/ICQ/"
#define __COPYRIGHT "(C) 2000-2010 M.\xd6" "berg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera"
diff --git a/src/resource.rc b/src/resource.rc index 5a65bc46aa..72b63ef5a7 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -245,7 +245,7 @@ BEGIN EDITTEXT IDC_FILENAME,14,159,270,12,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_FILENAMEBROWSE,288,159,15,12
LTEXT "",IDC_PATH,14,174,294,10
- GROUPBOX "Run program when Miranda NG starts (eg tail -f, dbgview, etc):",IDC_STATIC,6,188,302,32
+ GROUPBOX "Run program when Miranda NG starts (eg tail -f, dbgview, etc.):",IDC_STATIC,6,188,302,32
EDITTEXT IDC_RUNATSTART,14,200,203,12,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_RUNATSTARTBROWSE,220,200,15,12
PUSHBUTTON "Run now",IDC_RUNNOW,241,200,60,12
|