diff options
author | ctrlaltca@gmail.com <> | 2011-06-20 14:50:13 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-20 14:50:13 +0000 |
commit | 5bad64509635a863e5fc952d54fabe711df2b7e2 (patch) | |
tree | 22cddfe9b0970b0bc454190a68bacdab7c5141cf /demos/quickstart/protected/controls/es/RunBar.tpl | |
parent | d4b19712c271c3bf9d16909768c4bd84d617afd5 (diff) |
fixed encoding of spanish translation of quickstart demo
Diffstat (limited to 'demos/quickstart/protected/controls/es/RunBar.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/es/RunBar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/controls/es/RunBar.tpl b/demos/quickstart/protected/controls/es/RunBar.tpl index d1530c9e..74458c68 100644 --- a/demos/quickstart/protected/controls/es/RunBar.tpl +++ b/demos/quickstart/protected/controls/es/RunBar.tpl @@ -1,4 +1,4 @@ <div class="runbar">
<com:THyperLink ID="RunButton" Target="_blank" Text="Ver ejemplo" />
-<com:THyperLink ID="ViewSourceButton" Target="_blank" Text="Ver código fuente" />
+<com:THyperLink ID="ViewSourceButton" Target="_blank" Text="Ver código fuente" />
</div>
\ No newline at end of file |