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

Unified Diff: grit/testdata/transl.rc

Issue 9965022: Allow substitution of messages as variables in other messages. (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
Patch Set: Fix unit tests for policy writers. Created 8 years, 9 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 | « grit/testdata/source.rc ('k') | grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/transl.rc
diff --git a/grit/testdata/transl.rc b/grit/testdata/transl.rc
index 0b327c69f3eed2f094f2963a6a463e4786715637..2f2595db3f28b11b2bf728e451fc3d7a6b97a8ba 100644
--- a/grit/testdata/transl.rc
+++ b/grit/testdata/transl.rc
@@ -1,4 +1,4 @@
-IDC_KLONKMENU MENU
+IDC_KLONKMENU MENU
BEGIN
POPUP "&Skra"
BEGIN
@@ -6,7 +6,7 @@ BEGIN
MENUITEM "Thetta er ""Klonk"" sem eg fyla", ID_FILE_THISBE
POPUP "gonkurinn"
BEGIN
- MENUITEM "Klonk && er ""gott""", ID_GONK_KLONKIS
+ MENUITEM "Klonk && er [good]", ID_GONK_KLONKIS
END
END
POPUP "&Hjalp"
@@ -53,4 +53,4 @@ BEGIN
IDS_NO_LONGER_USED "Nicht verwendet"
IDS_DIFFERENT_TWIN_1 "Howdie"
IDS_DIFFERENT_TWIN_2 "Hallo sagt man"
-END
+END
« no previous file with comments | « grit/testdata/source.rc ('k') | grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698