From 9e05ea93bf593509287dad3e82cfcfd9c5113bc4 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 25 Jan 2014 19:58:57 +0000 Subject: OS X: more messing with the preferences window: Some constraint changes. Replace the fake arrows used in the memory card section with actual unicode arrows (only in the strings file right now). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88472 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/English.lproj/Base.lproj/Configuration.xib | 106 ++++++++++++--------- .../English.lproj/en.lproj/Configuration.strings | 4 +- .../English.lproj/fr.lproj/Configuration.strings | 4 +- .../English.lproj/hu.lproj/Configuration.strings | 4 +- .../zh-Hans.lproj/Configuration.strings | 4 +- 5 files changed, 71 insertions(+), 51 deletions(-) diff --git a/macosx/English.lproj/Base.lproj/Configuration.xib b/macosx/English.lproj/Base.lproj/Configuration.xib index be86703d..dda438b5 100644 --- a/macosx/English.lproj/Base.lproj/Configuration.xib +++ b/macosx/English.lproj/Base.lproj/Configuration.xib @@ -37,21 +37,21 @@ - + - + - + - + @@ -168,7 +168,7 @@ - + @@ -213,7 +213,7 @@ - + @@ -276,18 +276,18 @@ - + - + - + - + - + @@ -335,6 +335,7 @@ + @@ -347,14 +348,14 @@ - + - + - + + + + @@ -406,20 +410,20 @@ - + - + - + - + - + @@ -480,14 +484,14 @@ - + - + - + + + + @@ -539,19 +546,20 @@ + - + - + - + + + + @@ -602,20 +613,21 @@ + - + - + - + + + + @@ -699,11 +714,11 @@ - + - + @@ -783,7 +798,7 @@ - + @@ -897,6 +912,7 @@ + @@ -906,6 +922,7 @@ + @@ -916,8 +933,10 @@ + + @@ -926,6 +945,7 @@ + diff --git a/macosx/English.lproj/en.lproj/Configuration.strings b/macosx/English.lproj/en.lproj/Configuration.strings index 5cbba65e..ef255a82 100644 --- a/macosx/English.lproj/en.lproj/Configuration.strings +++ b/macosx/English.lproj/en.lproj/Configuration.strings @@ -276,10 +276,10 @@ "945.title" = "Format…"; /* Class = "NSButtonCell"; title = "->"; ObjectID = "952"; */ -"952.title" = "->"; +"952.title" = "→"; /* Class = "NSButtonCell"; title = "<-"; ObjectID = "954"; */ -"954.title" = "<-"; +"954.title" = "←"; /* Class = "NSBox"; title = "Box"; ObjectID = "965"; */ "965.title" = "Box"; diff --git a/macosx/English.lproj/fr.lproj/Configuration.strings b/macosx/English.lproj/fr.lproj/Configuration.strings index ce232637..ff8c68b0 100644 --- a/macosx/English.lproj/fr.lproj/Configuration.strings +++ b/macosx/English.lproj/fr.lproj/Configuration.strings @@ -276,10 +276,10 @@ "945.title" = "Formater…"; /* Class = "NSButtonCell"; title = "->"; ObjectID = "952"; */ -"952.title" = "->"; +"952.title" = "→"; /* Class = "NSButtonCell"; title = "<-"; ObjectID = "954"; */ -"954.title" = "<-"; +"954.title" = "←"; /* Class = "NSBox"; title = "Box"; ObjectID = "965"; */ "965.title" = "Box"; diff --git a/macosx/English.lproj/hu.lproj/Configuration.strings b/macosx/English.lproj/hu.lproj/Configuration.strings index 5377ac24..2b8e67fc 100644 --- a/macosx/English.lproj/hu.lproj/Configuration.strings +++ b/macosx/English.lproj/hu.lproj/Configuration.strings @@ -276,10 +276,10 @@ "945.title" = "Format…"; /* Class = "NSButtonCell"; title = "->"; ObjectID = "952"; */ -"952.title" = "->"; +"952.title" = "→"; /* Class = "NSButtonCell"; title = "<-"; ObjectID = "954"; */ -"954.title" = "<-"; +"954.title" = "←"; /* Class = "NSBox"; title = "Box"; ObjectID = "965"; */ "965.title" = "Box"; diff --git a/macosx/English.lproj/zh-Hans.lproj/Configuration.strings b/macosx/English.lproj/zh-Hans.lproj/Configuration.strings index aac78b69..201ff0e3 100644 --- a/macosx/English.lproj/zh-Hans.lproj/Configuration.strings +++ b/macosx/English.lproj/zh-Hans.lproj/Configuration.strings @@ -276,10 +276,10 @@ "945.title" = "格式化…"; /* Class = "NSButtonCell"; title = "->"; ObjectID = "952"; */ -"952.title" = "->"; +"952.title" = "→"; /* Class = "NSButtonCell"; title = "<-"; ObjectID = "954"; */ -"954.title" = "<-"; +"954.title" = "←"; /* Class = "NSBox"; title = "窗体"; ObjectID = "965"; */ "965.title" = "窗体"; -- cgit v1.2.3