Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1686)

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc

Issue 2077293002: Remove ellipsis from "Set wallpaper..." context menu item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
index 8db17b7068ec8985bb11992296f19968cb3f31d0..009cf42c327e9b92b2ece9b2f6a1b80099eeaf1e 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
@@ -562,7 +562,8 @@ bool FileManagerPrivateGetStringsFunction::RunSync() {
IDS_FILE_BROWSER_CHANGE_TO_THUMBNAILVIEW_BUTTON_LABEL);
SET_STRING("CANCEL_SELECTION_BUTTON_LABEL",
IDS_FILE_BROWSER_CANCEL_SELECTION_BUTTON_LABEL);
- SET_STRING("SET_WALLPAPER_BUTTON_LABEL", IDS_SET_WALLPAPER_BUTTON);
+ SET_STRING("SET_WALLPAPER_BUTTON_LABEL",
+ IDS_FILE_BROWSER_SET_WALLPAPER_BUTTON_LABEL);
SET_STRING("SHARE_ERROR", IDS_FILE_BROWSER_SHARE_ERROR);
SET_STRING("SIZE_BYTES", IDS_FILE_BROWSER_SIZE_BYTES);
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698