Changeset c234419bb4975e62600b9eaeac973ebfb093a1f6
- Timestamp:
- 26/08/08 23:08:13
(3 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1219784893 +0100
- git-parent:
[44b76953d1f7b0694f2b9c5da301a00a4b5d29d3]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1219784800 +0100
- Message:
i18n: Fix in Qt4/Help
Spotted-by: Cristian Secară
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc94d62d |
rc234419 |
|
| 123 | 123 | + qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() ) + "." |
|---|
| 124 | 124 | + qfu( VLC_CompileDomain() ) + ".\n" |
|---|
| 125 | | + "Compiler: " + qfu( VLC_Compiler() ) + ".\n" |
|---|
| | 125 | + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n" |
|---|
| 126 | 126 | + qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n" |
|---|
| 127 | 127 | + qtr( "You are using the Qt4 Interface.\n\n" ) |
|---|