Changed slideshow string
authorchitta ranjan <chitta.rs@samsung.com>
Thu, 18 Apr 2013 06:07:49 +0000 (15:07 +0900)
committerchitta ranjan <chitta.rs@samsung.com>
Thu, 18 Apr 2013 06:07:49 +0000 (15:07 +0900)
Change-Id: I91f34bbdf3af1455247b1a5311904e029d34d640
Signed-off-by: chitta ranjan <chitta.rs@samsung.com>
src/GlFileListEditorForm.cpp
src/GlFileListForm.cpp

index faf8742..37a411c 100644 (file)
@@ -266,7 +266,7 @@ FileListEditorForm::InitializeFooter(void)
 
                if (checkedCount > 1)
                {
-                       __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW"),
+                       __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDESHOW"),
                                        IDA_CONTEXT_MENU_MORE_SLIDE_SHOW);
                }
 
index b88848d..a8faa79 100644 (file)
@@ -239,7 +239,7 @@ FileListForm::InitializeFooter(void)
 
        if (__pPresentationModel->GetCurrentAlbumContentInfoCount() > 1)
        {
-               __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW"), IDA_FOOTER_SLIDESHOW);
+               __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDESHOW"), IDA_FOOTER_SLIDESHOW);
        }
 
        if (__pPresentationModel->GetCurrentAlbumContentInfoCount() == 0)