Update .po file and LocalizedStringsTizen.cpp
[framework/web/webkit-efl.git] / Source / WebCore / platform / efl / tizen / LocalizedStringsTizen.cpp
index ef1329e..6939615 100644 (file)
@@ -92,7 +92,7 @@ String contextMenuItemTagOpenLinkInNewWindow()
 
 String contextMenuItemTagDownloadLinkToDisk()
 {
-    return String::fromUTF8("Download linked file");
+    return String::fromUTF8(dgettext("WebKit","IDS_BR_BODY_SAVE_LINK"));
 }
 
 String contextMenuItemTagCopyLinkToClipboard()
@@ -364,7 +364,7 @@ String contextMenuItemTagTextSelectionMode()
 #if ENABLE(TIZEN_DRAG_SUPPORT)
 String contextMenuItemTagDrag()
 {
-    static String stockLabel = String::fromUTF8("Drag");
+    static String stockLabel = String::fromUTF8(dgettext("WebKit","IDS_BR_OPT_DRAG_AND_DROP"));
     return stockLabel;
 }
 #endif