summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.src
diff options
context:
space:
mode:
authorAndrew Higginson <at.higginsonAtgmail.com>2012-04-16 16:33:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-16 16:35:00 +0100
commitf73d26889692599aadaba28db406f430b9af7d8c (patch)
treebd06164c6e63e92fbeae668b5be1354a0b7dbcce /cui/source/dialogs/about.src
parentae9a98b436e7ee9c246b85d8e9bb4ff94732f3b8 (diff)
Resolves: fdo#48659 about dialog misses BuildID
Diffstat (limited to 'cui/source/dialogs/about.src')
-rw-r--r--cui/source/dialogs/about.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src
index 6de34e5ce63b..a96250323213 100644
--- a/cui/source/dialogs/about.src
+++ b/cui/source/dialogs/about.src
@@ -71,7 +71,7 @@ ModalDialog RID_DEFAULTABOUT
};
String ABOUT_STR_VERSION
{
- Text = "version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION";
+ Text [ en-US ] = "version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION";
};
String ABOUT_STR_DESCRIPTION
{
@@ -95,7 +95,7 @@ ModalDialog RID_DEFAULTABOUT
};
String ABOUT_STR_BUILD
{
- Text[ en-US ] = "(Build ID: %BUILDID)";
+ Text[ en-US ] = "(Build ID: $BUILDID)";
};
String ABOUT_STR_LINK_WEBSITE
{