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

Unified Diff: chrome/app/generated_resources.grd

Issue 7845004: [Multi Profile] Don't allow the user to choose an empty profile name. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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 | « no previous file | chrome/browser/resources/options/manage_profile_overlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 70f34d802975838a688a1b8ad790de3722af9386..c64f34bcca7f3accfe78b23de8be8bf87b7f4e5b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13701,6 +13701,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR" desc="error bubble displayed when the user is attempting to rename a profile to a name that is used.">
Whoops, this name is already in use!
</message>
+ <message name="IDS_PROFILES_MANAGE_EMPTY_NAME_ERROR" desc="error bubble displayed when the user is attempting to use an empty profile name.">
+ The profile name can't be empty.
sail 2011/09/12 21:57:18 How about "The profile name cannot be blank." ?
+ </message>
<!-- Delete Profile Dialog -->
<if expr="pp_ifdef('use_titlecase')">
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698