diff options
author | Ocke.Janssen <Ocke.Janssen@oracle.com> | 2010-12-02 14:54:34 +0100 |
---|---|---|
committer | Ocke.Janssen <Ocke.Janssen@oracle.com> | 2010-12-02 14:54:34 +0100 |
commit | 0f4d9fdda6d79dd16315d60a6a03b493225f2ac5 (patch) | |
tree | 993f8727ad6c7d56de7ac8e21aff55a45a713eaf | |
parent | ed0e01b7583844ff1bf9b0568a04e6b5f3acbf7a (diff) |
dba34c: #i104351# fix name of dialog to correspond to menu entry
-rw-r--r-- | dbaccess/source/ui/app/app.src | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/advancedsettings.src | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src index 7cae30e49..39cd441f1 100644 --- a/dbaccess/source/ui/app/app.src +++ b/dbaccess/source/ui/app/app.src @@ -261,19 +261,19 @@ Menu RID_MENU_APP_EDIT MenuItem { Identifier = SID_DB_APP_DSPROPS; - Text[ en-US ] = "Properties"; + Text[ en-US ] = "Properties..."; Command = ".uno:DBDSProperties"; }; MenuItem { Identifier = SID_DB_APP_DSCONNECTION_TYPE; - Text[ en-US ] = "Connection Type"; + Text[ en-US ] = "Connection Type..."; Command = ".uno:DBDSConnectionType"; }; MenuItem { Identifier = SID_DB_APP_DSADVANCED_SETTINGS; - Text[ en-US ] = "Advanced Settings"; + Text[ en-US ] = "Advanced Settings..."; Command = ".uno:DBDSAdvancedSettings"; }; }; diff --git a/dbaccess/source/ui/dlg/advancedsettings.src b/dbaccess/source/ui/dlg/advancedsettings.src index b1e374080..e056629f0 100644 --- a/dbaccess/source/ui/dlg/advancedsettings.src +++ b/dbaccess/source/ui/dlg/advancedsettings.src @@ -383,5 +383,5 @@ TabDialog DLG_DATABASE_ADVANCED Text [ en-US ] = "Special Settings"; }; - Text [ en-US ] = "Advanced Properties" ; + Text [ en-US ] = "Advanced Settings" ; }; |