summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-18 22:14:57 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-18 23:46:34 +0100
commitc106167f5f6ec1bff9b2291ff8791ca6d4d411c3 (patch)
tree221192f36baaa7df0b4aad3ac457d62de5948916 /cui
parente024a8d88dbca3a2d178ad88c069721a92156ddf (diff)
PRODUCTEXTENSION: fix various obvious strings and such...
... to look pretty; most of these expect PRODUCTEXTENSION to be a word like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there should be no space before it. ReplaceStringHookProc adds insult to injury by refusing to replace %ABOUTBOX variables unless some %PRODUCT is in the string. Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/about.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src
index defcf907182c..8daf7839abd7 100644
--- a/cui/source/dialogs/about.src
+++ b/cui/source/dialogs/about.src
@@ -63,7 +63,7 @@ ModalDialog RID_DEFAULTABOUT
};
String ABOUT_STR_VERSION
{
- Text [ en-US ] = "Version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION";
+ Text [ en-US ] = "Version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX";
};
String ABOUT_STR_DESCRIPTION
{