diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-05-18 14:07:33 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-05-18 14:07:33 +0000 |
commit | 14d5f0827738090a3b0410beae0dd0190bbcfea7 (patch) | |
tree | d6063d5c13c9e2eb471c873861fe1010de41d1fa /plugins/Popup/src/font.h | |
parent | ec04b43afa978f4cc2dbfb24d497280fdf21132f (diff) |
Popup: allow effects in Action/Hovered action font settings
Proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9228 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/font.h')
-rw-r--r-- | plugins/Popup/src/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/font.h b/plugins/Popup/src/font.h index b015cfc90b..b3b682e361 100644 --- a/plugins/Popup/src/font.h +++ b/plugins/Popup/src/font.h @@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PU_FNT_NAME_CLOCK LPGEN("Clock")
#define PU_FNT_NAME_TEXT LPGEN("Text")
#define PU_FNT_NAME_ACTION LPGEN("Action")
-#define PU_FNT_NAME_HOVERED_ACTION LPGEN("Hovered Action")
+#define PU_FNT_NAME_HOVERED_ACTION LPGEN("Hovered action")
#define PU_COL_BACK_NAME LPGENT("Background")
#define PU_COL_BACK_SETTING "ColourBg"
@@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PU_COL_SIDE_SETTING "ColourSidebar"
#define PU_COL_LINE_NAME LPGENT("Title underline")
#define PU_COL_LINE_SETTING "ColourUnderline"
-#define PU_COL_AVAT_NAME LPGENT("Avatar Border")
+#define PU_COL_AVAT_NAME LPGENT("Avatar border")
#define PU_COL_AVAT_SETTING "ColourAvatarBorder"
struct PopupFonts
|