Skip to content

Commit 782b533

Browse files
authored
Merge pull request #1215 from berryzplus/feature/shorten_label
バージョン情報に表示するプロジェクトURLに付けるラベルキャプションを短くする
2 parents 6e64727 + 220616a commit 782b533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sakura_core/sakura_rc.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ BEGIN
104104
EDITTEXT IDC_EDIT_VER, 33, 6, 204, 51, ES_MULTILINE | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
105105
LTEXT "原作者: たけ(竹パンダ) さん", IDC_STATIC, 33, 61, 125, 8, NOT WS_GROUP
106106
LTEXT S_COPYRIGHT, IDC_STATIC, 33, 75, 205, 8, NOT WS_GROUP | SS_NOPREFIX
107-
LTEXT "Project Sakura-Editor:", IDC_STATIC_URL_CAPTION, 33, 103, 71, 8, NOT WS_GROUP
107+
LTEXT "Project URL:", IDC_STATIC_URL_CAPTION, 33, 103, 71, 8, NOT WS_GROUP
108108
LTEXT "https://sakura-editor.github.io/", IDC_STATIC_URL_UR, 101, 103, 120, 8, SS_NOTIFY | NOT WS_GROUP | WS_TABSTOP
109109
#ifdef GIT_REMOTE_ORIGIN_URL
110110
LTEXT "Source URL:", IDC_STATIC_GIT_CAPTION, 33, 113, 71, 8, NOT WS_GROUP

sakura_lang_en_US/sakura_lang_rc.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ BEGIN
110110
LTEXT S_COPYRIGHT, IDC_STATIC, 33, 75, 205, 8, NOT WS_GROUP | SS_NOPREFIX
111111
LTEXT "Translation:",IDC_STATIC,33,90,41,8
112112
LTEXT S_COPYRIGHT_TRANSLATION,IDC_STATIC,74,90,164,8,SS_NOPREFIX | NOT WS_GROUP
113-
LTEXT "Project Sakura-Editor:", IDC_STATIC_URL_CAPTION, 33, 103, 71, 8, NOT WS_GROUP
113+
LTEXT "Project URL:", IDC_STATIC_URL_CAPTION, 33, 103, 71, 8, NOT WS_GROUP
114114
LTEXT "https://sakura-editor.github.io/", IDC_STATIC_URL_UR, 101, 103, 120, 8, SS_NOTIFY | NOT WS_GROUP | WS_TABSTOP
115115
#ifdef GIT_REMOTE_ORIGIN_URL
116116
LTEXT "Source URL:", IDC_STATIC_GIT_CAPTION, 33, 113, 71, 8, NOT WS_GROUP

0 commit comments

Comments
 (0)