summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/meta_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r--src/modules/metacontacts/meta_main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp
index 257f557814..e78a7ec6bd 100644
--- a/src/modules/metacontacts/meta_main.cpp
+++ b/src/modules/metacontacts/meta_main.cpp
@@ -28,12 +28,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// icolib support
static IconItem iconList[] = {
- { LPGEN("Toggle Off"), "off", IDI_MCMENUOFF },
- { LPGEN("Toggle On"), "on", IDI_MCMENU },
- { LPGEN("Convert to MetaContact"), "convert", IDI_MCCONVERT },
- { LPGEN("Add to Existing"), "add", IDI_MCADD },
+ { LPGEN("Toggle off"), "off", IDI_MCMENUOFF },
+ { LPGEN("Toggle on"), "on", IDI_MCMENU },
+ { LPGEN("Convert to metacontact"), "convert", IDI_MCCONVERT },
+ { LPGEN("Add to existing"), "add", IDI_MCADD },
{ LPGEN("Edit"), "edit", IDI_MCEDIT },
- { LPGEN("Set to Default"), "default", IDI_MCSETDEFAULT },
+ { LPGEN("Set to default"), "default", IDI_MCSETDEFAULT },
{ LPGEN("Remove"), "remove", IDI_MCREMOVE },
};