From 1249187fae72ea4650a52214f09dc921f8e0048e Mon Sep 17 00:00:00 2001 From: "jonathandicarlo@jonathan-dicarlos-macbook-pro.local" Date: Fri, 30 May 2008 18:19:47 -0700 Subject: [PATCH] Made the bookmark-share dialog box display the name of the folder you selected; also, the 'Share This Folder' menu text is now pulled from share.properties for easier i18n. --- services/sync/locales/en-US/share.properties | 1 + services/sync/locales/en-US/sync.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/services/sync/locales/en-US/share.properties b/services/sync/locales/en-US/share.properties index 2d4f42b76f7..9f591475436 100644 --- a/services/sync/locales/en-US/share.properties +++ b/services/sync/locales/en-US/share.properties @@ -1,3 +1,4 @@ status.ok = Weave sharing complete! status.error = Error. Please check the Weave ID and try again. status.working = Working... +folder.message = You have chosen to share the bookmark folder "%S". \ No newline at end of file diff --git a/services/sync/locales/en-US/sync.properties b/services/sync/locales/en-US/sync.properties index 82e3f6850d9..dc3e50e8989 100644 --- a/services/sync/locales/en-US/sync.properties +++ b/services/sync/locales/en-US/sync.properties @@ -4,3 +4,4 @@ status.idle = Idle status.active = Working... status.offline = Offline status.error = Error +shareBookmark.menuItem = Share This Folder... \ No newline at end of file