From 492ea5429743442937b0c4c71888b9195b9c90a2 Mon Sep 17 00:00:00 2001 From: Siddhartha Sahai Date: Fri, 20 Feb 2015 16:31:33 +0530 Subject: [PATCH] Update main.json issue #236 swapped "filmstrip" and "contactlist" text. --- lang/main.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/main.json b/lang/main.json index b6ec10373..c25ccb96b 100644 --- a/lang/main.json +++ b/lang/main.json @@ -60,8 +60,8 @@ }, "bottomtoolbar": { "chat": "Open / close chat", - "filmstrip": "Open / close contact list", - "contactlist": "Show / hide film strip" + "filmstrip": "Show / hide film strip", + "contactlist": "Open / close contact list" }, "chat":{ "nickname": { @@ -125,4 +125,4 @@ -} \ No newline at end of file +}